1ZSTDGREP(1) User Commands ZSTDGREP(1)
2
3
4
6 zstdgrep - print lines matching a pattern in zstandard-compressed files
7
9 zstdgrep [grep-flags] [--] pattern [files ...]
10
12 zstdgrep runs grep (1) on files or stdin, if no files argument is
13 given, after decompressing them with zstdcat (1).
14
15 The grep-flags and pattern arguments are passed on to grep (1). If an
16 -e flag is found in the grep-flags, zstdgrep will not look for a pat‐
17 tern argument.
18
20 In case of missing arguments or missing pattern, 1 will be returned,
21 otherwise 0.
22
24 zstd (1)
25
27 Thomas Klausner wiz@NetBSD.org
28
29
30
31zstd 1.4.8 December 2020 ZSTDGREP(1)