]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
documenting non-supported grep options for zstdgrep 2127/head
authorBimba Shrestha <bimbashrestha@fb.com>
Mon, 11 May 2020 17:22:45 +0000 (12:22 -0500)
committerBimba Shrestha <bimbashrestha@fb.com>
Mon, 11 May 2020 17:22:45 +0000 (12:22 -0500)
programs/README.md

index 53706de727b75809e43e3c34cfd92373503a950a..63ce79fc18fdebc191187bfc6333a6b96110f2f8 100644 (file)
@@ -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`,