coreutils/src/uu/cp
2021-03-12 13:25:15 +01:00
..
src cp: Implement --parents & --parent (#1797) 2021-03-12 13:25:15 +01:00
Cargo.toml update of the uucore dep to 0.0.7 2021-03-07 11:29:38 +01:00
README.md docs ~ add markdown-lint directives 2020-05-30 01:36:02 -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