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
- gnucompability(test): large numbers rejected while gnu accepted
- minorbug(date): using "+%_::::z" produces different output across the two versions, gnu vs uu output
- bug(date): some valid dates like "@253402300739" and MEST prefix if before not after are rejected however the gnu one accepts them
- dd: don't panic on huge count/skip/seek operands
- bug(date): when using -f which a file contains "j" or "9j" or any military time that ends with j, it rejected
- bug(date): Weird behavior -d vs -f in some cases
- bug(date): -s option rejects military times that end with j
- bug(date): when using like +%50c and +%50x it produces padding 0s overlapping
- bug(printf): panics when using a number like %-101727s
- bug(stat): ./stat --format '%s' a > /dev/full panics
- Docs
- Rust not yet supported