csvgrep

Filter CSV rows with string and pattern matching. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvgrep.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y csvkit
Ubuntu
RUN apt-get update && \ apt-get install -y csvkit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y csvkit
Fedora
RUN dnf install -y python3-csvkit
Raspbian
RUN apt-get update && \ apt-get install -y python3-csvkit
click the source code to copy install csvgrep on any operating system with command-not-found.com