Misc. Reference Manual Pages ZIPGREP(1L)
NAME
zipgrep - search files in a ZIP archive for lines matching a
patternSYNOPSIS
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(1L) to function. Its output is identical to that of egrep(1). ARGUMENTS All options prior to the ZIP archive filename are passed to egrep(1).SEE ALSO
egrep(1), unzip(1L), zip(1L), funzip(1L), zipcloak(1L), zipinfo(1L), zipnote(1L), zipsplit(1L) URLThe Info-ZIP home page is currently at http://www.info-
zip.org/pub/infozip/ or ftp://ftp.info-zip.org/pub/infozip/
. AUTHORSzipgrep was written by Jean-loup Gailly.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | compress/unzip ||____________________|__________________|_
| Interface Stability| External ||____________________|_________________|
NOTES Source for unzip is available on http://opensolaris.org.Info-ZIP Last change: 28 November 2007 1