-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

csvkit


> Manipulation toolkit for CSV files.

> See the individual commands: `csvclean`, `csvcut`, `csvformat`, `csvgrep`, `csvlook`, `csvpy`, `csvsort`, `csvstat`.

More information.


Run a command on a CSV file with a custom delimiter:

{cmd} -d {delimiter} {filename.csv}

Run a command on a CSV file with a tab as a delimiter (overrides -d):

{cmd} -t {filename.csv}

Run a command on a CSV file with a custom quote character:

{cmd} -q {quote_char} {filename.csv}

Run a command on a CSV file with no header row:

{cmd} -H {filename.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 00:51:44 2024