1GREPJAR(1) GNU GREPJAR(1)
2
3
4
6 grepjar - search files in a jar file for a pattern
7
9 grepjar [-bcinsw] -e PATTERN | PATTERN files...
10
12 The "grepjar" program can be used to search files in a jar file for a
13 pattern.
14
16 -b Print byte offset of match.
17
18 -c Print number of matches.
19
20 -i Compare case-insensitively.
21
22 -n Print line number of each match.
23
24 -s Suppress error messages.
25
26 -w Force PATTERN to match only whole words.
27
28 -e PATTERN
29 Use PATTERN as regular expression.
30
31 --help
32 Print help, then exit.
33
34 -V
35 --version
36 Print version number, then exit.
37
39 fastjar(1), gcj(1), gij(1), gfdl(7) and the Info entry for gcj.
40
42 Copyright (C) 2002, 2007, 2008 Matthias Klose
43
44 Permission is granted to copy, distribute and/or modify this document
45 under the terms of the GNU General Public License as published by the
46 Free Software Foundation; either version 2, or (at your option) any
47 later version. A copy of the license is included in the man page
48 gfdl(7).
49
50
51
520.97 2008-10-16 GREPJAR(1)