1.
2.TH "ZSTDGREP" "1" "January 2022" "zstd 1.5.2" "User Commands"
3.
4.SH "NAME"
5\fBzstdgrep\fR \- print lines matching a pattern in zstandard\-compressed files
6.
7.SH "SYNOPSIS"
8\fBzstdgrep\fR [\fIgrep\-flags\fR] [\-\-] \fIpattern\fR [\fIfiles\fR \.\.\.]
9.
10.SH "DESCRIPTION"
11\fBzstdgrep\fR runs \fBgrep (1)\fR on files, or \fBstdin\fR if no files argument is given, after decompressing them with \fBzstdcat (1)\fR\.
12.
13.P
14The 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\.
15.
16.P
17Note that modern \fBgrep\fR alternatives such as \fBripgrep\fR (\fBrg\fR) support \fBzstd\fR\-compressed files out of the box, and can prove better alternatives than \fBzstdgrep\fR notably for unsupported complex pattern searches\. Note though that such alternatives may also feature some minor command line differences\.
18.
19.SH "EXIT STATUS"
20In case of missing arguments or missing pattern, 1 will be returned, otherwise 0\.
21.
22.SH "SEE ALSO"
23\fBzstd (1)\fR
24.
25.SH "AUTHORS"
26Thomas Klausner \fIwiz@NetBSD\.org\fR
27