Moving and Renaming Files and Directories
Understand how to use the mv command to move and rename files and directories. Practice organizing your file system by relocating and renaming folders and files using command-line operations.
We'll cover the following...
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 ...