| 1 | .TH bz3grep 1 "@MAN_DATE@" "version v@VERSION@" |
| 2 | . |
| 3 | .SH "NAME" |
| 4 | \fBbz3grep\fR \- print lines matching a pattern in bzip3\-compressed files |
| 5 | . |
| 6 | .SH "SYNOPSIS" |
| 7 | \fBbz3grep\fR [\fIgrep\-flags\fR] [\-\-] \fIpattern\fR [\fIfiles\fR \.\.\.] |
| 8 | . |
| 9 | .SH "DESCRIPTION" |
| 10 | \fBbz3grep\fR runs \fBgrep(1)\fR on files, or \fBstdin\fR if no files argument is given, after decompressing them with \fBbz3cat(1)\fR\. |
| 11 | . |
| 12 | .P |
| 13 | The grep\-flags and pattern arguments are passed on to \fBgrep(1)\fR\. If an \fB\-e\fR flag is found in the \fBgrep\-flags\fR, \fBbz3grep\fR will not look for a pattern argument\. |
| 14 | . |
| 15 | .SH "EXIT STATUS" |
| 16 | In case of missing arguments or missing pattern, 1 will be returned, otherwise 0\. |
| 17 | . |
| 18 | .SH "SEE ALSO" |
| 19 | \fBbzip3(1)\fR |
| 20 | . |
| 21 | .SH "AUTHORS" |
| 22 | Thomas Klausner \fIwiz@NetBSD\.org\fR |