diff options
Diffstat (limited to 'src/scripts/xzgrep.in')
-rw-r--r-- | src/scripts/xzgrep.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in index 9db5c3a8..28a777b3 100644 --- a/src/scripts/xzgrep.in +++ b/src/scripts/xzgrep.in @@ -159,6 +159,7 @@ for i; do *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) uncompress="gzip -cdfq";; *[-.]bz2 | *[-.]tbz | *.tbz2) uncompress="bzip2 -cdfq";; *[-.]lzo | *[-.]tzo) uncompress="lzop -cdfq";; + *[-.]zst | *[-.]tzst) uncompress="zstd -cdfq";; *) uncompress="$xz -cdfq";; esac # Fail if xz or grep (or sed) fails. |