pages.nl/*: rephrase Dutch alias pages (#14066)

This commit is contained in:
Sebastiaan Speck
2024-10-10 10:20:52 +02:00
committed by GitHub
parent 2618a7391d
commit 9ca22be717
20 changed files with 30 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
> In PowerShell is deze opdracht een alias van `Set-Location`. Deze documentatie is gebaseerd op de Command Prompt (`cmd`) versie van `cd`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>.
- Bekijk documentatie van het equivalente PowerShell-commando:
- Bekijk de documentatie van het equivalente PowerShell-commando:
`tldr set-location`

View File

@@ -3,10 +3,10 @@
> Dit commando is een alias van `cd` in Command Prompt en vervolgens `Set-Location` in PowerShell.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.
- Bekijk de documentatie voor the originele Command Prompt commando:
- Bekijk de documentatie van het originele Command Prompt commando:
`tldr cd`
- Bekijk de documentatie voor the originele PowerShell commando:
- Bekijk de documentatie van het originele PowerShell commando:
`tldr set-location`

View File

@@ -4,10 +4,10 @@
> Maar dit commando is niet beschikbaar op de Command Prompt (`cmd`). Gebruik `move` voor soortgelijke functionaliteit.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- Bekijk documentatie voor het equivalente Command Prompt commando:
- Bekijk de documentatie van het equivalente Command Prompt commando:
`tldr move`
- Bekijk documentatie voor het originele PowerShell commando:
- Bekijk de documentatie van het originele PowerShell commando:
`tldr move-item`

View File

@@ -4,10 +4,10 @@
> Maar dit commando is niet beschikbaar op de Command Prompt (`cmd`). Gebruik `cd` voor soortgelijke functionaliteit.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- Bekijk documentatie voor het equivalente Command Prompt commando:
- Bekijk de documentatie van het equivalente Command Prompt commando:
`tldr cd`
- Bekijk documentatie voor het originele PowerShell commando:
- Bekijk de documentatie van het originele PowerShell commando:
`tldr get-location`

View File

@@ -4,7 +4,7 @@
> In PowerShell is deze opdracht een alias van `Remove-Item`. Deze documentatie is gebaseerd op de Command Prompt (`cmd`) versie van `rmdir`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/rmdir>.
- Bekijk documentatie van het equivalente PowerShell-commando:
- Bekijk de documentatie van het equivalente PowerShell-commando:
`tldr remove-item`