coreutils
https://github.com/uutils/coreutils
Rust
Cross-platform Rust rewrite of the GNU coreutils
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported14 Subscribers
Add a CodeTriage badge to coreutils
Help out
- Issues
- test_install.rs: replace strip binary with "truncate -s 0" for Android
- bug(cp): --attributes-only, there was no self file check it can lead to race conditions
- bug(cp): when <DST>existing is created by mkfifo a pipe, it hangs forever
- minorbug(install): when the backup file is a directory it returns vague error messages
- bug(ln): when <DST>existing is a pipe created by mkfifo, leads to spurious same file error messages and no backup created
- bug(cp): when SIMPLE_BACKUP_SUFFIX is \xFF, it do not error out
- bug(install): --backup=nil and --backup --suffix= silently skip backup creation
- bug(pathchk): a larger filename than 4096, trigger limit exceeded instead of filename long
- bug(realpath): when a filename larger it do not error out
- fix(cp): don't delete dest before same-file check with --remove-destination
- Docs
- Rust not yet supported