13 lines
352 B
Markdown
13 lines
352 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.
|
||
|
|
|
||
|
|
- Bekijk de documentatie van het equivalente Command Prompt commando:
|
||
|
|
|
||
|
|
`tldr move`
|
||
|
|
|
||
|
|
- Bekijk de documentatie van het originele PowerShell commando:
|
||
|
|
|
||
|
|
`tldr move-item`
|