mv <source...> <target>

Move & rename files and folders

Arguments

NameDescription
sourcefilepaths, folders
targetfilepaths, folders

Options

NameDescription
-fDo not prompt for confirmation before overwriting the destination path
-iCause mv to write a prompt to standard error before moving a file that would overwrite an existing file
-nDo not overwrite existing file
-vCause mv to be verbose, showing files after they are moved