rg

Ripgrep is a recursive line-oriented search tool. Aims to be a faster alternative to grep. More information: <https://github.com/BurntSushi/ripgrep>.

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