Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 260 Bytes

File metadata and controls

10 lines (10 loc) · 260 Bytes

Rust Project - CLI-utilites

This is my first project in Rust. The commands that have been writen are:

  • echo
  • cat
  • ls
  • find
  • grep

The commands are very basic and are still in the need of improvment. Add flags, and more options.