diff options
Diffstat (limited to 'gnu/usr.bin/grep/grep.1')
-rw-r--r-- | gnu/usr.bin/grep/grep.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 4045217..2bd98cb 100644 --- a/gnu/usr.bin/grep/grep.1 +++ b/gnu/usr.bin/grep/grep.1 @@ -351,6 +351,9 @@ even those that contain newline characters. .BR \-Z ", " \-\^\-decompress Decompress the input data before searching. This option is only available if compiled with zlib(3) library. +.BR \-J ", " \-\^\-bz2decompress +Decompress the bzip2ed input data before searching. +This option is only available if compiled with zlib(3) library. .SH "REGULAR EXPRESSIONS" A regular expression is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic |