bzfgrep

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

Debian Debian
RUN apt-get update && \ apt-get install -y bzip2
Ubuntu
RUN apt-get update && \ apt-get install -y bzip2
Alpine
RUN apk add bzip2
Arch Arch Linux
RUN pacman -S --noconfirm bzip2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y bzip2
CentOS
RUN yum install -y bzip2
Fedora
RUN dnf install -y bzip2
Raspbian
RUN apt-get update && \ apt-get install -y bzip2
click the source code to copy install bzfgrep on any operating system with command-not-found.com