grep

Find patterns in files using regular expressions. More information: <https://www.gnu.org/software/grep/manual/grep.html>.

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 grep on any operating system with command-not-found.com