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(cp): race condition possible when --backup= or -b and after bypassing the same file check, it leads to stat the same file twice
- tail /dev/null --pid 0 --follow should open /dev/null with O_NONBLOCK
- bug(csplit): some regexes, leads to a successfull match and valid regexes treated as invalid regexes
- bug(tail): when the filename is `/dev/drm_dp_aux2` panics
- bug(head): when the filename is `/dev/drm_dp_aux2` it skips all other arguments
- bug(hashsum): when the filename is /dev/drm_dp_aux2 it skips all other arguments
- dd: warn when skip goes past the end of the input file
- bug(tac): No errors when the filename is `/dev/mem`
- bug(uptime): when using `/dev/mem` no errors
- minorbug(dd): it do not show how many bytes copied
- Docs
- Rust not yet supported