mirror of https://github.com/CrimsonTome/tldr.git
14 lines
458 B
Markdown
14 lines
458 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 documentatie voor het equivalente Command Prompt commando:
|
||
|
|
||
|
`tldr move`
|
||
|
|
||
|
- Bekijk documentatie voor het originele PowerShell commando:
|
||
|
|
||
|
`tldr move-item`
|