mirror of
https://github.com/kspalaiologos/bzip3.git
synced 2025-09-20 22:22:02 +03:00
* Extend autotools package name tranformation support to man pages * Extend autotools to support build dates without breaking reproducable builds * Add program version and date to man pages * Remove extranious spaces so man pages cross-link
23 lines
760 B
Groff
23 lines
760 B
Groff
.TH bz3grep 1 "@MAN_DATE@" "version v@VERSION@"
|
|
.
|
|
.SH "NAME"
|
|
\fBbz3grep\fR \- print lines matching a pattern in bzip3\-compressed files
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBbz3grep\fR [\fIgrep\-flags\fR] [\-\-] \fIpattern\fR [\fIfiles\fR \.\.\.]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
\fBbz3grep\fR runs \fBgrep(1)\fR on files, or \fBstdin\fR if no files argument is given, after decompressing them with \fBbz3cat(1)\fR\.
|
|
.
|
|
.P
|
|
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\.
|
|
.
|
|
.SH "EXIT STATUS"
|
|
In case of missing arguments or missing pattern, 1 will be returned, otherwise 0\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
\fBbzip3(1)\fR
|
|
.
|
|
.SH "AUTHORS"
|
|
Thomas Klausner \fIwiz@NetBSD\.org\fR
|