Remove building with NOCRYPTO option
[minix.git] / external / bsd / bzip2 / dist / bzgrep.1
blob7022ca2508146ec09ff9b0598e366c4a8bee1f6b
1 .\"     $NetBSD: bzgrep.1,v 1.1.1.1 2012/05/07 00:21:46 wiz Exp $
2 .\"
3 \"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org>
4 \"for Debian GNU/Linux
5 .TH BZGREP 1
6 .SH NAME
7 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
8 .SH SYNOPSIS
9 .B bzgrep
10 [ grep_options ]
11 .BI  [\ -e\ ] " pattern"
12 .IR filename ".\|.\|."
13 .br
14 .B bzegrep
15 [ egrep_options ]
16 .BI  [\ -e\ ] " pattern"
17 .IR filename ".\|.\|."
18 .br
19 .B bzfgrep
20 [ fgrep_options ]
21 .BI  [\ -e\ ] " pattern"
22 .IR filename ".\|.\|."
23 .SH DESCRIPTION
24 .IR  Bzgrep
25 is used to invoke the
26 .I grep
27 on bzip2-compressed files. All options specified are passed directly to
28 .I grep.
29 If no file is specified, then the standard input is decompressed
30 if necessary and fed to grep.
31 Otherwise the given files are uncompressed if necessary and fed to
32 .I grep.
33 .PP
35 .I bzgrep
36 is invoked as
37 .I bzegrep
39 .I bzfgrep
40 then
41 .I egrep
43 .I fgrep
44 is used instead of
45 .I grep.
46 If the GREP environment variable is set,
47 .I bzgrep
48 uses it as the
49 .I grep
50 program to be invoked. For example:
52     for sh:  GREP=fgrep  bzgrep string files
53     for csh: (setenv GREP fgrep; bzgrep string files)
54 .SH AUTHOR
55 Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe
56 Troin <phil@fifi.org> for Debian GNU/Linux.
57 .SH "SEE ALSO"
58 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)