-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

xsv


> A CSV command-line toolkit written in Rust.

More information.


Inspect the headers of a file:

xsv headers {path/to/file.csv}

Count the number of entries:

xsv count {path/to/file.csv}

Get an overview of the shape of entries:

xsv stats {path/to/file.csv} | xsv table

Select a few columns:

xsv select {column_a,column_b} {path/to/file.csv}

Show 10 random entries:

xsv sample {10} {path/to/file.csv}

Join a column from one file to another:

xsv join --no-case {column_a} {path/to/file/a.csv} {column_b} {path/to/file/b.csv} | xsv table


> 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 Tue May 21 05:55:52 2024