title | description | created | updated |
---|---|---|---|
mv Linux Command |
mv (move) Linux Command is used to move one or more file/directories from one place to another. This also used to rename files/directories |
2019-09-13 |
2019-09-13 |
mv (move) Linux Command is used to move one or more file/directories from one place to another. This also used to rename files/directories
mv [Option(s)] [source] [destination]
Option | Description |
---|---|
-i | Interactively move |
-f | Force override destination |
mv readme.txt readme-v2.txt
mv readme.txt ~/
mv readme.txt /path/to/destination/