1 \"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org>
5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
9 .BI [\ -e\ ] " pattern"
10 .IR filename ".\|.\|."
14 .BI [\ -e\ ] " pattern"
15 .IR filename ".\|.\|."
19 .BI [\ -e\ ] " pattern"
20 .IR filename ".\|.\|."
25 on bzip2-compressed files. All options specified are passed directly to
27 If no file is specified, then the standard input is decompressed
28 if necessary and fed to grep.
29 Otherwise the given files are uncompressed if necessary and fed to
44 If the GREP environment variable is set,
48 program to be invoked. For example:
50 for sh: GREP=fgrep bzgrep string files
51 for csh: (setenv GREP fgrep; bzgrep string files)
53 Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe
54 Troin <phil@fifi.org> for Debian GNU/Linux.
56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)