zipgrep(1)




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

     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.


ATTRIBUTES

     See attributes(5) for descriptions of the  following  attri-
     butes:

     _______________________________________
    |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
    |____________________|__________________|_
    | Availability       |  SUNWswmt       |
    |____________________|__________________|_
    | Interface Stability|  External       |
    |____________________|_________________|


NOTES

     Source code of unzip is available on the Info-ZIP  project's
     page http://www.info-zip.org and is used without any modifi-
     cations.


Man(1) output converted with man2html