1ZSTDGREP(1)                      User Commands                     ZSTDGREP(1)
2
3
4

NAME

6       zstdgrep - print lines matching a pattern in zstandard-compressed files
7

SYNOPSIS

9       zstdgrep [grep-flags] [--] pattern [files ...]
10

DESCRIPTION

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

EXIT STATUS

20       In case of missing arguments or missing pattern, 1  will  be  returned,
21       otherwise 0.
22

SEE ALSO

24       zstd (1)
25

AUTHORS

27       Thomas Klausner wiz@NetBSD.org
28
29
30
31zstd 1.4.4                       October 2019                      ZSTDGREP(1)
Impressum