From: Bimba Shrestha Date: Mon, 11 May 2020 17:22:45 +0000 (-0500) Subject: documenting non-supported grep options for zstdgrep X-Git-Tag: v1.4.5^2~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef467fd428a26f93d498ef6c3cfb6aa57f9f49c9;p=thirdparty%2Fzstd.git documenting non-supported grep options for zstdgrep --- diff --git a/programs/README.md b/programs/README.md index 53706de72..63ce79fc1 100644 --- a/programs/README.md +++ b/programs/README.md @@ -272,6 +272,19 @@ It's used the same way as normal `grep`, for example : `zstdgrep pattern file.zst` `zstdgrep` is _not_ compatible with dictionary compression. +`zstdgrep` does not support the following grep options + +``` +--dereference-recursive (-R) + --directories (-d) + --exclude + --exclude-from + --exclude-dir + --include + --null (-Z), + --null-data (-z) + --recursive (-r) +``` To search into a file compressed with a dictionary, it's necessary to decompress it using `zstd` or `zstdcat`,