sudo snap install sort-my-csv --edge
otherwise you can download the binary from here
Usage of /snap/sort-my-csv/1/sort-my-csv:
--sort string
➜ column title
--order string
➜ asc | desc
--input string
➜ input file path
--output string
➜ output file path
--help
➜ show this help
sort-my-csv --sort=<column_title> --order=<asc|desc> ./file_to_be_sorted.csv ./sorted_file_output.csv