Go to the first, previous, next, last section, table of contents.


The GIT recursive grep script

gitrgrep is a very small script that calls grep recursively. It accepts grep like options / parameters, the only difference being that file specifications should be quoted:

        gitrgrep main '*.c'

or

        gitrgrep errno '*.c *.h'

gitregrep and gitrfgrep are recursive versions of the egrep and fgrep programs.


Go to the first, previous, next, last section, table of contents.