snippetbashTip
mv — In PowerShell, this command is an alias of `Move-Item`. However, this command is not available on th
Viewed 0 times
commandthisclipowershellmovealiasmv
windows
Problem
How to use the
mv command: In PowerShell, this command is an alias of Move-Item. However, this command is not available on the Command Prompt (cmd). Use move instead for similar functionality.Solution
mv — In PowerShell, this command is an alias of Move-Item. However, this command is not available on the Command Prompt (cmd). Use move instead for similar functionality.View documentation for the equivalent Command Prompt command:
tldr moveView documentation for the original PowerShell command:
tldr move-itemCode Snippets
View documentation for the equivalent Command Prompt command
tldr moveView documentation for the original PowerShell command
tldr move-itemContext
tldr-pages: windows/mv
Revisions (0)
No revisions yet.