Skip to content

rexthecoder/The-Minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep

Quick Implementation of Minigrep Inside the Rust Language Book

Run with Case sensitive

cargo run -- us poem.txt > output.txt

Run with case-insensitive

IGNORE_CASE=1 cargo run -- us poem.txt > output.txt

About

Clone of minigrep from the Rust lang Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages