1
0
Fork 0
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:
Simon Verhoeven 2024-11-04 05:05:24 +01:00 committed by GitHub
parent cd86841523
commit 6f00e671b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`