Skip to content

Gloomy-Guru/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep is a small and simple grep tool written in rust the project is inspired from rust lang book chapter 12 and i do some additional features on it.

right now it has ability to search in directories

usage

minigrep [query] [file_path]

the file path could be a file or dir minigrep will detect itself. if you want to search in multiple files just put them inside a directory.

search with regex

minigrep -r [regex query] [file path]

just note that in regex search you should put a file and not dir

to do

  • add some other flags

  • can search through an compressed file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages