coreutils/src/uu/cp
Narasimha Prasanna HN 1194a8ce53
Fix: Update quick-error crate version from 1.2.3 to 2.0.1 in src/uu/cp (#2947)
fix: update quick-error crate from 1.2.3 to 2.0.1 for src/uu/cp tool, fixes:  #2941
2022-01-31 21:56:47 +01:00
..
src Fix: Update quick-error crate version from 1.2.3 to 2.0.1 in src/uu/cp (#2947) 2022-01-31 21:56:47 +01:00
Cargo.toml Fix: Update quick-error crate version from 1.2.3 to 2.0.1 in src/uu/cp (#2947) 2022-01-31 21:56:47 +01:00
README.md cp: remove redundant newline in readme 2021-06-18 18:00:27 +02:00

Feature list

To Do

  • cli-symbolic-links
  • context
  • copy-contents
  • sparse

Completed

  • archive
  • attributes-only
  • backup
  • dereference
  • force (Not implemented on Windows)
  • interactive
  • link
  • no-clobber
  • no-dereference
  • no-dereference-preserve-links
  • no-preserve
  • no-target-directory
  • one-file-system
  • parents
  • paths
  • preserve
  • preserve-default-attributes
  • recursive
  • reflink
  • remove-destination (On Windows, current only works for writeable files)
  • strip-trailing-slashes
  • suffix
  • symbolic-link
  • target-directory
  • update
  • verbose
  • version