1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/windows/mv.md

352 B

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.

  • Bekijk de documentatie van het equivalente Command Prompt commando:

tldr move

  • Bekijk de documentatie van het originele PowerShell commando:

tldr move-item