>Usage
The mv command is used to move files and folders from the current directory to another, or to rename a file or folder.
>Synopsis
mv [option] [file-name] [directory-name]
mv [file-name] [file-new-name]
mv [file-name] [file-new-name]
Example: mv used to rename a file
> mv as_above.txt so_below.txt
>ls
so_below.txt
>Options
>Quiz
Progress:
Question ? out of ?