mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
As usual, the full release notes are found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.5 Notable changes include: * Improved decompress performance on amd64 and arm (5-10% and 15-50%, respectively). * '--patch-from' zstd(1) CLI option, which provides something like a very fast version of bspatch(1) with slightly worse compression. See release notes. In this update, I dropped the 3-year old -O0 workaround for an LLVM ARM bug; the bug was fixed in LLVM SVN in 2017, but we didn't remove this workaround from our tree until now. MFC after: I won't, but feel free Relnotes: yes
23 lines
779 B
Groff
23 lines
779 B
Groff
.
|
|
.TH "ZSTDGREP" "1" "May 2020" "zstd 1.4.5" "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
|