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(chmod): when a file is a larger, the utility reports incorrect error messages
- bug(od): when a file is larger it reports an unknown io error
- bug(cp): when a filename is larger it reports is not a directory even with -r which should not
- bug(df): when a file is larger it reports incorrect error messages
- bug(mkfifo): when a file is larger it reports incorrect error messages
- bug(od): when -w is a massive positive number it panics
- bug(od): when -j a massive positive number it accepts it and instead of rejecting it
- bug(dd): when count= is a very large number it panics
- bug(dd): when seek= is a very large number it panics
- bug(dd): when skip= is a very large number it panics
- Docs
- Rust not yet supported