greps
grep a subset of files
greps is a script written in perl which wraps the regular installed grep with new options that can make the search faster and return more relevant results (or less non-relevant results).
The usage of greps is same as you would use grep, and all options that are available with grep can be used in the same way also with greps.
Basically what greps does is allowing you to choose also the patterns or extentions of relevant files. Then it executes find for finding such files, and executes...