mv <source...> <target>
Move & rename files and folders
Arguments
Name | Description |
---|---|
source | filepaths, folders |
target | filepaths, folders |
Options
Name | Description |
---|---|
-f | Do not prompt for confirmation before overwriting the destination path |
-i | Cause mv to write a prompt to standard error before moving a file that would overwrite an existing file |
-n | Do not overwrite existing file |
-v | Cause mv to be verbose, showing files after they are moved |