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(ptx): when -w is a large number then panics
- bug(ptx): when -W is an invalid regex, the uutils one not report error but the gnu one does
- bug(mv): when moving /dev/full to full the uutils one just hangs while gnu one reports an error
- gnucompability(chgrp): using `:1000` as a group will get accepted by uutils one but will be rejected by gnu one
- bug(od): when $'\xff' the tools hangs while the gnu one rejects it with an error
- bug(dircolors): ignores error handling for special file /proc/self/mem
- bug(basenc): when appending a/ to a regular file regardless of the encoding, reports wrong error messages
- bug(realpath): when using $'\xFF' no errors reported at all
- bug(basenc): when using $'\xFF', it reports an incorrect error message "No such file or directory"
- minorbug(env): when using $'\xFF' with -S or without it, an unknown error reported
- Docs
- Rust not yet supported