Files
tldr/pages.nl/windows/mv.md
2024-10-10 13:50:52 +05:30

14 lines
462 B
Markdown

# 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 de documentatie van het equivalente Command Prompt commando:
`tldr move`
- Bekijk de documentatie van het originele PowerShell commando:
`tldr move-item`