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

CentOS 4.8

i386

grepjar(1)


GREPJAR

GREPJAR

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
COPYRIGHT

NAME

grepjar − search files in a jar file for a pattern

SYNOPSIS

grepjar [−bcinsw] −e PATTERNPATTERN files...

DESCRIPTION

The "grepjar" program can be used to search files in a jar file for a pattern.

OPTIONS

−b

Print byte offset of match.

−c

Print number of matches.

−i

Compare case−insensitively.

−n

Print line number of each match.

−s

Suppress error messages.

−w

Force PATTERN to match only whole words.

−e PATTERN

Use PATTERN as regular expression.

−−help

Print help, then exit.

−V

−−version

Print version number, then exit.

SEE ALSO

jar(1), gcj(1), gij(1), gfdl(7) and the Info entry for gcj.

COPYRIGHT

Copyright (C) 2002 Matthias Klose

Permission is granted to copy, distribute and/or modify this document 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. A copy of the license is included in the man page gpl(7).



grepjar(1)