gitrgrep(1)

gitrgrep(1)

gitps Home Page User Commands Index gitunpack


NAME
       gitrgrep - GNU Interactive Tools - recursive grep

SYNTAX
       gitrgrep [grep-like options]

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

            gitrgrep main '*.c'

       or

            gitrgrep errno '*.c *.h'

BUGS
       These manual page is incomplete.  Only the GIT's info doc-
       umentation is being updated.

       /bin/sh should support functions in order to run gitrgrep.
       Use bash to be sure.

       Please send bug reports to
       Tudor Hulubei <A HREF="MAILTO:lt;tudor@cs.unh.edu">lt;tudor@cs.unh.edu</A>

SEE ALSO
       git(1) gitps(1) gitview(1) gitkeys(1) gitaction(1) git- 
       mount(1) gitunpack(1) 

AUTHORS
       Tudor Hulubei <A HREF="MAILTO:lt;tudor@cs.unh.edu">lt;tudor@cs.unh.edu</A>
       Andrei Pitis <A HREF="MAILTO:lt;pink@pub.ro">lt;pink@pub.ro</A>

gitps Home Page User Commands Index gitunpack