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
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.
minigrep -r [regex query] [file path]
-
add some other flags
-
can search through an compressed file