mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 03:15:33 +02:00
get-history: add Dutch translation (#14507)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
cd86841523
commit
6f00e671b8
1 changed files with 17 additions and 0 deletions
17
pages.nl/windows/get-history.md
Normal file
17
pages.nl/windows/get-history.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Get-History
|
||||||
|
|
||||||
|
> Toon de PowerShell commando-geschiedenis.
|
||||||
|
> Let op: dit commando kan alleen gebruikt worden via PowerShell.
|
||||||
|
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-history>.
|
||||||
|
|
||||||
|
- Toon de commando-geschiedenis met ID:
|
||||||
|
|
||||||
|
`Get-History`
|
||||||
|
|
||||||
|
- Haal het PowerShell geschiedenis-item op via een ID:
|
||||||
|
|
||||||
|
`Get-History -Id {{id}}`
|
||||||
|
|
||||||
|
- Toon de laatste N commando's:
|
||||||
|
|
||||||
|
`Get-History -Count {{10}}`
|
Loading…
Add table
Reference in a new issue