which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
28 lines
957 B
Groff
Executable File
28 lines
957 B
Groff
Executable File
.\" Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
|
|
.\" Onno van der Linden, Kai Uwe Rommel, Igor Mandrichenko, John Bush and
|
|
.\" Paul Kienitz.
|
|
.\" Permission is granted to any individual or institution to use, copy, or
|
|
.\" redistribute this software so long as all of the original files are
|
|
.\" included, that it is not sold for profit, and that this copyright notice
|
|
.\" is retained.
|
|
.\" zipgrep.1 by Mark Adler, Jean-loup Gailly and R. P. C. Rodgers
|
|
.\"
|
|
.TH ZIPGREP 1
|
|
.SH NAME
|
|
zipgrep \- search possibly zip files for a regular expression
|
|
.SH SYNOPSIS
|
|
.B zipgrep
|
|
[ egrep_options ]
|
|
.BI [\ -e\ ] " pattern"
|
|
.IR zipfile\ member ".\|.\|."
|
|
.SH DESCRIPTION
|
|
.IR Zipgrep
|
|
is used to invoke the
|
|
.I egrep
|
|
command on some or all members of a zip archive. All options specified are
|
|
passed to
|
|
.I egrep.
|
|
If no member is specified, then all members of the zip archive are searched.
|
|
.SH "SEE ALSO"
|
|
grep(1), egrep(1), fgrep(1), zip(1), unzip(1)
|