zipgrep(1L)
ZIPGREP(1L)       MISC. REFERENCE MANUAL PAGES        ZIPGREP(1L)
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(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)
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.
Info-ZIP           Last change: 20 April 2009                   1
Man(1) output converted with
man2html