zegrep

Find extended regular expression patterns in compressed files using egrep. More information: <https://www.unix.com/man-page/freebsd/1/zegrep/>.

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