zfgrep
search possibly compressed files for a regular expression
see also :
grep - gzexe - gzip - zdiff - zforce - zmore - znew
Synopsis
zgrep [
grep_options ] [ -e ] pattern
filename...
add an example, a script, a trick and tips
examples
no example yet ...
... Feel free to add your own example above to help other Linux-lovers !
description
Zgrep
invokes grep on compressed or gzipped files. All
options specified are passed directly to grep. If no
file is specified, then the standard input is decompressed
if necessary and fed to grep. Otherwise the given files are
uncompressed if necessary and fed to grep.
If the GREP
environment variable is set, zgrep uses it as the
grep program to be invoked.
see also
grep ,
gzexe , gzip , zdiff , zforce , zmore ,
znew
author
Charles Levert
(charles[:at:]comm.polymtl[:dot:]ca)