/coreutils

coreutils in Rust

Primary LanguageRust

Coreutils

A rewrite of common UNIX utility programs in Rust.

Based on the book Command-Line Rust by Ken Youens-Clark.

Implemented

  • echo
  • cat
  • head
  • wc
  • uniq