coreutils/src/cp
2017-07-22 12:03:26 +02:00
..
Cargo.toml implement many copy flags 2017-07-16 19:20:07 -05:00
cp.rs cp: add support for --update 2017-07-22 12:03:26 +02:00
main.rs Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05: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