Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       mv - manual page for mv 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/mv    0.0.14    Move
       SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/mv
              [OPTION]...                    [-T]                   SOURCE                   DEST
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/mv
              [OPTION]...                           SOURCE...                           DIRECTORY
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/mv
              [OPTION]... -t DIRECTORY SOURCE...

   ARGS:
              <files>...

   OPTIONS:
       -b

              like --backup but does not accept an argument

       --backup[=<CONTROL>...]

              make a backup of each existing destination file

       -f, --force

              do not prompt before overwriting

       -h, --help

              Print help information

       -i, --interactive

              prompt before override

       -n, --no-clobber

              do not overwrite an existing file

       -S, --suffix <SUFFIX>

              override the usual backup suffix

       --strip-trailing-slashes

              remove any trailing slashes from each SOURCE argument

       -t, --target-directory <DIRECTORY>

              move all SOURCE arguments into DIRECTORY

       -T, --no-target-directory

              treat DEST as a normal file

       -u, --update

              move  only  when  the  SOURCE  file  is newer than the destination file or when the
              destination file is missing

       -v, --verbose

              explain what is being done

       -V, --version

              Print version information

       The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.   The  version
       control  method  may  be  selected  via the --backup option or through the VERSION_CONTROL
       environment variable.  Here are the values:

       none, off
              never make backups (even if --backup is given)

       numbered, t
              make numbered backups

       existing, nil
              numbered if numbered backups exist, simple otherwise

       simple, never
              always make simple backups

SEE ALSO

       The full documentation for mv is maintained as a Texinfo  manual.   If  the  info  and  mv
       programs are properly installed at your site, the command

              info mv

       should give you access to the complete manual.