get-history: add Dutch translation (#14507)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user