Command line based for searching text files.
Originally designed as a programming aid to search multiple files for text criteria and display the results in a clean, simple way. There are other programs that can provide similar results but this aims to be simple to use, much more specific in its task and give a clean output.
search FILE -for TEXT
search FILE -for:word int main
Multiple FILE's can be specified as well as multiple TEXT. Several filters are available to narrow down the results:
caseAllows case sensitive searcheswordSearches for whole words rather than parts of wordsstatsOnly the file and line counts are displayed
All text criteria will use the same filters.