2018-10-15 02:20:10 -07:00
.
2019-10-18 17:22:45 -07:00
.TH "ZSTDGREP" "1" "October 2019" "zstd 1.4.4" "User Commands"
2018-10-15 02:20:10 -07:00
.
.SH "NAME"
\fB zstdgrep\fR \- print lines matching a pattern in zstandard\- compressed files
.
.SH "SYNOPSIS"
2018-10-15 12:42:02 -07:00
\fB zstdgrep\fR [\fI grep\- flags\fR ] [\- \- ] \fI pattern\fR [\fI files\fR \. \. \. ]
2018-10-15 02:20:10 -07:00
.
.SH "DESCRIPTION"
2018-10-15 12:42:02 -07: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 02:20:10 -07:00
.
.P
2018-10-15 12:42:02 -07: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 02:20:10 -07: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