A small little cli tool that does a bit of what normal grep does.
So it's probably not very useful...
Clone the repo and run the compile.sh executable:
git clone https://github.com/vilebile17/grep_plus_plus
mv grep_plus_plus grep++
cd grep++
chmod +x compile.sh
./compile.sh¯_(ツ)_/¯
- Split repo up into multiple files
- Add the -N flag to just find num entries
- Allow multiple files to be searched