ack

A search tool like grep, optimized for developers. See also: rg, which is much faster. More information: <https://beyondgrep.com/documentation>.

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