.\" +---------- .\" | .\" | GITRGREP man page .\" | Release 4.3.17, March 1998 .\" | .\" | Copyright 1993-1998 Free Software Foundation, Inc. .\" | .\" | This file is part of GIT (GNU Interactive Tools) .\" | .\" | GIT 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 2, or (at your option) any later .\" | version. .\" | .\" | GIT is distributed in the hope that it will be useful, but WITHOUT ANY .\" | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS .\" | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more .\" | details. .\" | .\" | You should have received a copy of the GNU General Public License along .\" | with GIT; see the file COPYING. If not, write to the Free Software .\" | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" | .\" | $Id: gitrgrep.1,v 1.3 1998/03/10 04:11:01 tudor Exp $ .TH gitrgrep 1 "March 1998" "Release 4.3.17" .SH NAME gitrgrep \- GNU Interactive Tools - recursive grep .SH SYNTAX .I gitrgrep [grep-like options] .SH DESCRIPTION .I 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' .SH BUGS These manual page is incomplete. Only the GIT's info documentation is being updated. /bin/sh should support functions in order to run .IR gitrgrep . Use bash to be sure. Please send bug reports to .br .I Tudor Hulubei .SH SEE ALSO git(1) gitps(1) gitview(1) gitkeys(1) gitaction(1) gitmount(1) gitunpack(1) .SH AUTHORS .I Tudor Hulubei .br .I Andrei Pitis