csvcut

Filter and truncate CSV files. Like Unix's cut command, but for tabular data. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvcut.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 csvcut on any operating system with command-not-found.com