mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 08:33:24 +00:00
39 lines
703 B
Markdown
39 lines
703 B
Markdown
|
## 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
|
||
|
|
||
|
- [x] backup
|
||
|
- [x] force (Not implemented on Windows)
|
||
|
- [x] interactive
|
||
|
- [x] link
|
||
|
- [x] no-clobber
|
||
|
- [x] no-target-directory
|
||
|
- [x] paths
|
||
|
- [x] recursive
|
||
|
- [x] remove-destination (On Windows, current only works for writeable files)
|
||
|
- [x] suffix
|
||
|
- [x] symbolic-link
|
||
|
- [x] target-directory
|
||
|
- [x] verbose
|
||
|
- [x] version
|