Skip to content
/ minigrep Public

grep (globally search a regular expression and print)

License

Notifications You must be signed in to change notification settings

deye9/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

grep (globally search a regular expression and print)

Commands that can be used

  1. cargo run to poem.txt
  2. CASE_INSENSITIVE=1 cargo run to poem.txt
  3. cargo test
  4. cargo run frog poem.txt
  5. cargo run body poem.txt
  6. cargo run monomorphization poem.txt
  7. cargo run > output.txt
  8. cargo run to poem.txt > output.txt

About

grep (globally search a regular expression and print)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages