mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 22:35:44 +02:00
12 lines
352 B
Markdown
12 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`
|