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
- bug(sum): when the filename is /dev/drm_dp_aux2, it skips all arguments
- bug(tail): `/dev/mem` skips the other arguments
- csplit: error doesn't exit program
- cp: --backup=nil and --backup --suffix= silently skip backup creation
- mv: moving a special file across filesystems deletes the destination on failure
- printf "%.1f %.1f" 2.45 2.55 should be 2.5 2.5 instead of 2.4 2.6
- minorbug(sort): priotize the compress program over files
- bug(sort): using --check=diagnose-first with /dev/urandom and /dev/mem and other devices leads to different outputs and slowdown 21x times
- bug(realpath): ///.///../../../root/./ errors out in that path
- bug(chroot): when a filename larger it produces incorrect error messages
- Docs
- Rust not yet supported