2018-10-15 09:20:10 +00:00
.
2020-02-26 22:29:30 +00:00
.TH "ZSTDGREP" "1" "February 2020" "zstd 1.4.5" "User Commands"
2018-10-15 09:20:10 +00:00
.
.SH "NAME"
\fB zstdgrep\fR \- print lines matching a pattern in zstandard\- compressed files
.
.SH "SYNOPSIS"
2018-10-15 19:42:02 +00:00
\fB zstdgrep\fR [\fI grep\- flags\fR ] [\- \- ] \fI pattern\fR [\fI files\fR \. \. \. ]
2018-10-15 09:20:10 +00:00
.
.SH "DESCRIPTION"
2018-10-15 19:42:02 +00:00
\fB zstdgrep\fR runs \fB grep (1)\fR on files or stdin, if no files argument is given, after decompressing them with \fB zstdcat (1)\fR \.
2018-10-15 09:20:10 +00:00
.
.P
2018-10-15 19:42:02 +00:00
The grep\- flags and pattern arguments are passed on to \fB grep (1)\fR \. If an \fB \- e\fR flag is found in the \fB grep\- flags\fR , \fB zstdgrep\fR will not look for a pattern argument\.
2018-10-15 09:20:10 +00:00
.
.SH "EXIT STATUS"
In case of missing arguments or missing pattern, 1 will be returned, otherwise 0\.
.
.SH "SEE ALSO"
\fB zstd (1)\fR
.
.SH "AUTHORS"
Thomas Klausner \fI wiz@NetBSD\. org\fR