pages.nl/*: add Dutch alias pages (#11650)

This commit is contained in:
Sebastiaan Speck
2023-12-04 12:35:05 +01:00
committed by GitHub
parent 6c524b5579
commit f572389ad5
19 changed files with 205 additions and 0 deletions

13
pages.nl/windows/mv.md Normal file
View File

@@ -0,0 +1,13 @@
# mv
> In PowerShell is dit commando een alias van `Move-Item`.
> 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:
`tldr move`
- Bekijk documentatie voor het originele PowerShell commando:
`tldr move-item`