A custom Grep-like utility written in Go that allows searching for a keyword in files and directories.
git clone https://github.com/ayushsrawat/grep.git &
cd grep
go build .
./grep [Options] <Keyword> <Where>- -v invert flag support
- -f file name search
- -x search regex
- -r 1 level of recursive depth
- -n count occurence of the exact pattern
- -c case sensitive // By default GREP should be in-case-sensitive