Move File

mv (move)

mv file1 file2 is the command to move a file from one place to another. This command is useful to rename files, since file1 is moved to a new file called file2 and file1 doesn't exist.

% mv resume.doc backups/.