Skip to content

Mini version of grep from The Rust Programming Language

Notifications You must be signed in to change notification settings

chas-bean/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep

Rust

Practice project from The Rust Programming Language, Chapter 12. The project is to make a mini version of the grep command line utility

cargo run -- searchstring filename.txt

Ignoring Case

You can ignore casing by specifying an environment variable

MINIGREP_IGNORE_CASE=1 cargo run -- searchstring filename.txt

About

Mini version of grep from The Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages