gitrfgrep (1)
Leading comments
+---------- | | GITRGREP man page | | Copyright 1993-1999, 2006-2007 Free Software Foundation, Inc. | | This file is part of GNUIT (GNU Interactive Tools) | | GNUIT is free software; you can redistribute it and/or modify it under | the terms of the GNU General Public License as published by the Free | Software Foundation; either version 3, or (at your option) any later | version. | | GNUIT is distributed in the hope that it will be useful, but WITHOUT ANY | WARRANTY; without e...
NAME
gitrgrep - GNU Interactive Tools - recursive grepSYNTAX
gitrgrep [grep-like options]DESCRIPTION
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'
BUGS
/bin/sh should support functions in order to run gitrgrep. Use bash to be sure.
Please send bug reports to gnuit-dev@gnu.org
SEE ALSO
gitfm(1) gitps(1) gitview(1) gitkeys(1) gitaction(1) gitmount(1) gitunpack(1)AUTHORS
Tudor Hulubei <tudor@cs.unh.edu>Andrei Pitis <pink@pub.ro>
Ian Beckwith <ianb@erislabs.net> (Current maintainer)