Moving and Renaming Files and Directories
Learn how to move and rename files and directories using the mv command.
We'll cover the following...
The mv
command
File names need to change, and things need occasional reorganization. We use the mv
file to perform both of these operations. It works almost exactly like the cp
command, except that the syntax is identical for moving files and directories. To move a file, we ...