bzegrep

Find extended regular expression patterns in bzip2 compressed files using egrep. More information: https://manned.org/bzegrep.

bzegrep "{{search_pattern}}" {{path/to/file}}

bzegrep {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}

bzegrep {{[-v|--invert-match]}} "{{search_pattern}}" {{path/to/file}}

bzegrep {{[-H|--with-filename]}} {{[-n|--line-number]}} "{{search_pattern}}" {{path/to/file}}

bzegrep {{[-o|--only-matching]}} "{{search_pattern}}" {{path/to/file}}

bzegrep {{[-r|--recursive]}} "{{search_pattern}}" {{path/to/file}}