Skip to content

Tool used to search for a specific string inside a specified file.

License

Notifications You must be signed in to change notification settings

SU-Ki-MA/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

Tool used to search for a specific string inside a specified file.

features

  • case sensitive search on readable text-like files
  • case insensitive search on readable text-like files

how to use

  • cargo run [search string] [filename]
  • optional enviornment variable existance CASE_INSENSITIVE, will make the program execute in case insensitive mode.

About

Tool used to search for a specific string inside a specified file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages