Linux Commands Examples

A great documentation place for Linux commands

zgrep

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

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
echo "zgrep -i $* /usr/share/misc/na.phone.gz"
echo "zgrep -i $* /usr/share/misc/inter.phone.gz"
echo
echo
zgrep -i $* /usr/share/misc/na.phone.gz
zgrep -i $* /usr/share/misc/inter.phone.gz

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)

How can this site be more helpful to YOU ?


give  feedback