Unix Tutorial

Moving Files

To move a file, the syntax is exactly the same as copy, except you use “mv” rather than “cp.” In this case, however, the file will be deleted from its original directory and placed in the specified one.

mv
Previous Home Next