coreutils/src/uu/cp
Sylvestre Ledru 45a7e52ed9
Merge pull request #3982 from jfinkels/cp-sparse-copy
cp: make copy_on_write_linux() func more readable
2022-10-03 23:19:01 -10:00
..
src Merge pull request #3982 from jfinkels/cp-sparse-copy 2022-10-03 23:19:01 -10:00
Cargo.toml build(deps): bump selinux from 0.2.7 to 0.3.0 2022-09-19 06:46:06 +00:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +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