HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mv — In PowerShell, this command is an alias of `Move-Item`. However, this command is not available on th

Submitted by: @import:tldr-pages··
0
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 move


View documentation for the original PowerShell command:
tldr move-item

Code Snippets

View documentation for the equivalent Command Prompt command

tldr move

View documentation for the original PowerShell command

tldr move-item

Context

tldr-pages: windows/mv

Revisions (0)

No revisions yet.