csvsort

Sorts CSV files. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvsort.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 csvsort on any operating system with command-not-found.com