coreutils/src/cp
2018-03-12 20:21:38 -07:00
..
Cargo.toml uucore: make features opt-in rather than opt-out 2018-03-12 20:21:38 -07:00
cp.rs Format everything using rustfmt 2018-03-12 01:20:58 -07:00
README.md implement many copy flags 2017-07-16 19:20:07 -05:00

Feature list

To Do

  • archive
  • attributes-only
  • copy-contents
  • no-dereference-preserve-linkgs
  • dereference
  • no-dereference
  • preserve-default-attributes
  • preserve
  • no-preserve
  • parents
  • reflink
  • sparse
  • strip-trailing-slashes
  • update
  • one-file-system
  • context
  • cli-symbolic-links

Completed

  • backup
  • force (Not implemented on Windows)
  • interactive
  • link
  • no-clobber
  • no-target-directory
  • paths
  • recursive
  • remove-destination (On Windows, current only works for writeable files)
  • suffix
  • symbolic-link
  • target-directory
  • verbose
  • version