Skip to content

charlietlamb/cli_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli Utils - Rust

This is the very first project I've created in rust after going through the first chapters of the rust book.

This project contains the following commands:

  • grep
  • find
  • cat
  • cd
  • ls
  • echo
  • help

grep

In grep * can be used to search for all files in a directory.

grep flags

Flag Function
-c Outputs the count of each target found
-v Reverses the grep logic
-i Ignores case
-n Add line numbers

ls

ls flags

Flag Function
-a Include files starting with a dot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages