-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

csvsort


> Sorts CSV files.

> Included in csvkit.

More information.


Sort a CSV file by column 9:

csvsort -c {9} {data.csv}

Sort a CSV file by the "name" column in descending order:

csvsort -r -c {name} {data.csv}

Sort a CSV file by column 2, then by column 4:

csvsort -c {2,4} {data.csv}

Sort a CSV file without inferring data types:

csvsort --no-inference -c {columns} {data.csv}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 12:27:11 2024