Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

gitrgrep(1)


gitrgrep

gitrgrep

NAME
SYNTAX
DESCRIPTION
BUGS
SEE ALSO
AUTHORS

NAME

gitrgrep − GNU Interactive Tools - recursive grep

SYNTAX

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

These manual page is incomplete. Only the GIT’s info documentation 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 <tudor@cs.unh.edu>

SEE ALSO

git(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>



gitrgrep(1)