Skip to content

anandg112/rust-cli-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linux utilities written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published