logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

grepjar - search files in a jar file for a pattern

Description

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

Name

       grepjar - 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.

       -ePATTERN
           Use PATTERN as regular expression.

       --help
           Print help, then exit.

       -V--version
           Print version number, then exit.

See Also

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

Synopsis

       grepjar [-bcinsw] -ePATTERN | PATTERNfiles...

See Also