egrep

Find patterns in files using extended regular expression (supports ?, +, {}, () and |). More information: <https://manned.org/egrep>.

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