mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
The full release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.4 Notable changes in this release include improved decompression speed (about 10%). See the Github release notes for more details. MFC after: I'm not going to, but feel free Relnotes: yes
23 lines
783 B
Groff
23 lines
783 B
Groff
.
|
|
.TH "ZSTDGREP" "1" "October 2019" "zstd 1.4.4" "User Commands"
|
|
.
|
|
.SH "NAME"
|
|
\fBzstdgrep\fR \- print lines matching a pattern in zstandard\-compressed files
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBzstdgrep\fR [\fIgrep\-flags\fR] [\-\-] \fIpattern\fR [\fIfiles\fR \.\.\.]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
\fBzstdgrep\fR runs \fBgrep (1)\fR on files or stdin, if no files argument is given, after decompressing them with \fBzstdcat (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, \fBzstdgrep\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"
|
|
\fBzstd (1)\fR
|
|
.
|
|
.SH "AUTHORS"
|
|
Thomas Klausner \fIwiz@NetBSD\.org\fR
|