2018-10-15 22:20:10 +13:00
.
2019-08-05 17:17:16 +02:00
.TH "ZSTDGREP" "1" "August 2019" "zstd 1.4.3" "User Commands"
2018-10-15 22:20:10 +13:00
.
.SH "NAME"
\fB zstdgrep\fR \- print lines matching a pattern in zstandard\- compressed files
.
.SH "SYNOPSIS"
2018-10-16 08:42:02 +13:00
\fB zstdgrep\fR [\fI grep\- flags\fR ] [\- \- ] \fI pattern\fR [\fI files\fR \. \. \. ]
2018-10-15 22:20:10 +13:00
.
.SH "DESCRIPTION"
2018-10-16 08:42:02 +13: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 22:20:10 +13:00
.
.P
2018-10-16 08:42:02 +13: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 22:20:10 +13: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