mv - rename a file or move it to a directory

Usage:
mv [options] <source> <dest>
mv [options] <source> <directory>...

Example

sxx
mv -v /file.old /file.new

Options

long option short option description
‑‑help ‑h Print help and exit.
‑‑verbose ‑v Be verbose.

Implementation

Reference