Mv (command)
Jump to navigation
Jump to search
mv
is the name of the command used in POXIX-Compatible systems to move files/folders into a folder/directory
For example, if you have a file named README.md
, and you want to move it into a directory called dir
, you run mv README.md dir
. Simple enough, right?