Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 349 Bytes

rust-cli-programs

Implementing barebones Linux utilities in Rust

Utilies Implemented so far:

  • cat
  • echo

To be implemented:

  • head
  • wc
  • uniq
  • find
  • cut
  • grep
  • ecs_provisioner - to run one-time container tasks with AWS ECS

How to run

cd utilities_folder
cargo build
cargo run -- --help