I am working on writing some scripts to grep certain directories, but these directories contain all sorts of file types.
grep
I want to grep jus
The easiest way is
find . -type f -name '*.extension' | xargs grep -i string