mv
Purpose
Section titled “Purpose”Moves a file or directory.
mv [PATH] [DESTPATH]Arguments
Section titled “Arguments”- PATH — specify the path to the file you want to move
- DESTPATH — specify the path to the directory you want to move the file to
Examples
Section titled “Examples”mv /home/volk/someFile /home/volk/filesResult:
Moves someFile to /home/volk/files
mv /home/volk/someFile /home/volk/renamedResult:
Renames someFile to renamed.