What Is grep? Grep is a command-line tool that allows you to find a string in a file or stream
rrep [search] [filename.extension]
Normal [Default case sensitive]
Case Insensitive
- set the env variable using
"export CASE=true"
- note: rust has to be installed
git clone https://github.com/0xlilith/rrep.git
cd rrep
cargo build
https://github.com/0xlilith