ULOS Manual Pages - cp(1) | Back

NAME
  cp - copy files

SYNOPSIS
  cp [-rv] SOURCE ... DEST

DESCRIPTION
  cp copies files.

  If only one SOURCE is specified, then DEST may be a file.  Otherwise, if multiple SOURCEs are specified, DEST must be a directory.

  cp will not usually copy directories unless the -r option is specified.

  If -v is specified, cp will print all 'SOURCE -> DEST' copies that it makes.

COPYRIGHT
  ULOS Core Utilities copyright (c) 2021 Ocawesome101 under the DSLv2.

REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.