Moves/renames files
Syntax
- mv [option]... [source] [destination]
- mv [option]... [source]... [directory]
Description
Renames source to destination, or moves source(s) to directory.
Options:
- -f do not prompt before overwriting
- -i interactive, prompt before overwrite
Example:
- $ mv /tmp/foo /bin/bar
See also Acronis Linux Commands.