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

NAME

       cp - manual page for cp 0.0.14

DESCRIPTION

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

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

   ARGS:
              <paths>...

   OPTIONS:
       -a, --archive

              Same as -dR --preserve=all

       --attributes-only

              Don't copy the file data, just the attributes

       -b

              like --backup but does not accept an argument

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

              make a backup of each existing destination file

       --context <CTX>

              NotImplemented: set SELinux security context of destination file to default type

       --copy-contents

              NotImplemented: copy contents of special files when recursive

       -d

              same as --no-dereference --preserve=links

       -f, --force

              if  an  existing  destination  file cannot be opened, remove it and try again (this
              option is ignored when the -n option is also used). Currently not  implemented  for
              Windows.

       -h, --help

              Print help information

       -H

              NotImplemented: follow command-line symbolic links in SOURCE

       -i, --interactive

              ask before overwriting files

       -l, --link

              hard-link files instead of copying

       -L, --dereference

              always follow symbolic links in SOURCE

       -n, --no-clobber

              don't overwrite a file that already exists

       --no-preserve <ATTR_LIST>

              don't preserve the specified attributes

       -p, --preserve-default-attributes

              same as --preserve=mode,ownership(unix only),timestamps

       -P, --no-dereference

              never follow symbolic links in SOURCE

       --parents

              use full source file name under DIRECTORY

       --preserve [<ATTR_LIST>...]

              Preserve   the   specified   attributes  (default:  mode,  ownership  (unix  only),
              timestamps),  if  possible  additional  attributes:  context,  links,  xattr,   all
              [possible values: mode, ownership, timestamps, links, xattr, all]

       -r, --recursive

              copy directories recursively

       -R

              same as -r

       --reflink <WHEN>

              control clone/CoW copies. See below

       --remove-destination

              remove  each  existing destination file before attempting to open it (contrast with
              --force). On Windows, currently only works for writeable files.

       -s, --symbolic-link

              make symbolic links instead of copying

       -S, --suffix <SUFFIX>

              override the usual backup suffix

       --sparse <WHEN>

              NotImplemented: control creation of sparse files. See below

       --strip-trailing-slashes

              remove any trailing slashes from each SOURCE argument

       -t, --target-directory <target-directory>

              copy all SOURCE arguments into target-directory

       -T, --no-target-directory

              Treat DEST as a regular file and not a directory

       -u, --update

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

       -v, --verbose

              explicitly state what is being done

       -V, --version

              Print version information

       -x, --one-file-system

              stay on this file system

       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  cp  is  maintained as a Texinfo manual.  If the info and cp
       programs are properly installed at your site, the command

              info cp

       should give you access to the complete manual.