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 grep on those files (find | xargs grep).
License
GNU General Public License version 3.0 (GPLv3)Follow greps
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of greps!