Refreshing
Refreshing
Posted Jun 9, 2021 6:21 UTC (Wed) by zdzichu (subscriber, #17118)Parent article: Rewriting the GNU Coreutils in Rust
Recently I've re-trained my muscle memory and started using some alternatives to common utilities:
– grep - https://github.com/BurntSushi/ripgrep
– find - https://github.com/sharkdp/fd
– cat - https://github.com/sharkdp/bat
– ls - https://the.exa.website/
The syntax is a bit different than originals and not all features are present, but the change was worth it. Those new, “modern” utils are pleasure to use and are fast. Incidentally or not, they all are written in Rust.
I'm looking forward to coreutils rewrite. Using all the Linux kernel features and all the CPU cores would be nice. It's 2021, we do not need code to support AIX from the '80s of the last century.
– grep - https://github.com/BurntSushi/ripgrep
– find - https://github.com/sharkdp/fd
– cat - https://github.com/sharkdp/bat
– ls - https://the.exa.website/
The syntax is a bit different than originals and not all features are present, but the change was worth it. Those new, “modern” utils are pleasure to use and are fast. Incidentally or not, they all are written in Rust.
I'm looking forward to coreutils rewrite. Using all the Linux kernel features and all the CPU cores would be nice. It's 2021, we do not need code to support AIX from the '80s of the last century.
