coreutils/src/uu/cp
2021-02-11 15:59:20 +01:00
..
src fix(cp) - make "cp /dev/null target" work (#1674) 2021-02-11 15:59:20 +01:00
Cargo.toml update the dep to uucore 0.0.6 2021-02-01 23:55:43 +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