ggrep

GNU grep, egrep and fgrep

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