bzfgrep

Find any fixed strings separated by new lines in bzip2 compressed files using fgrep. More information: https://manned.org/bzfgrep.

bzfgrep "{{search_string}}" {{path/to/file}}

bzfgrep {{[-i|--ignore-case]}} "{{search_string}}" {{path/to/file}}

bzfgrep {{[-v|--invert-match]}} "{{search_string}}" {{path/to/file}}

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

bzfgrep {{[-o|--only-matching]}} "{{search_string}}" {{path/to/file}}

bzfgrep {{[-r|--recursive]}} "{{search_string}}" {{path/to/file}}