NAME

zipgrep - search files in a ZIP archive for lines matching a pattern

SYNOPSIS

zipgrep [egrep_options] pattern file[.zip] [file(s) . . .] [-x xfile(s) . . .]

DESCRIPTION

zipgrep will search files within a ZIP archive for lines matching the given string or pattern. zipgrep is a shell script and requires egrep(1) and unzip(1) to function. Its output is identical to that of egrep(1).

ARGUMENTS

OPTIONS

All options prior to the ZIP archive filename are passed to egrep(1).

SEE ALSO

egrep(1), unzip(1), zip(1), funzip(1), zipcloak(1), zipinfo(1), zipnote(1), zipsplit(1)

URL

The Info-ZIP home page is currently at

http://www.info-zip.org/pub/infozip/

or

ftp://ftp.info-zip.org/pub/infozip/ .

AUTHORS

zipgrep was written by Jean-loup Gailly.