2.9.10. Moving Files

Linux for Programmers and Users, Section 3.16

mv

Move SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

SYNOPSIS

mv [options] SOURCE DESTINATION

mv [options] SOURCE … DIRECTORY

-i, --interactive

prompt before overwrite

../../_images/file_mv.png

Before and after for mv temp backups/temp.old