1LBZGREP(1)                  General Commands Manual                 LBZGREP(1)
2
3
4

NAME

6       lbzgrep - search possibly compressed files for a regular expression
7

SYNOPSIS

9       lbzgrep [ grep_options ] [ -e ] pattern filename...
10

DESCRIPTION

12       Zgrep invokes grep on compressed or lbzip2ped files.  All options spec‐
13       ified are passed directly to grep.  If no file is specified,  then  the
14       standard input is decompressed if necessary and fed to grep.  Otherwise
15       the given files are uncompressed if necessary and fed to grep.
16
17       If the GREP environment variable is set, lbzgrep uses it  as  the  grep
18       program to be invoked.
19

EXIT STATUS

21       Exit status is 0 for a match, 1 for no matches, and 2 if trouble.
22

BUGS

24       The  following  grep options are not supported: --dereference-recursive
25       (-R), --directories  (-d),  --exclude,  --exclude-from,  --exclude-dir,
26       --include, --null (-Z), --null-data (-z), and --recursive (-r).
27

AUTHOR

29       Charles Levert (charles@comm.polymtl.ca)
30

SEE ALSO

32       grep(1), lbzexe(1), lbzip2(1), lbzdiff(1), lbzforce(1), lbzmore(1)
33
34
35
36                                                                    LBZGREP(1)
Impressum