Back to Developer Roadmap

mv Command

src/data/roadmaps/shell-bash/content/[email protected]

4.0596 B
Original Source

mv Command

The mv command in Unix-like operating systems is used to move or rename files and directories. It allows you to relocate files from one directory to another, effectively changing their location within the file system. Additionally, mv can be used to change the name of a file or directory without altering its location.

Visit the following resources to learn more: