💾 Archived View for freeshell.de › tldr › xsv.gmi captured on 2023-01-29 at 05:28:11. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A CSV command-line toolkit written in Rust.
xsv headers {path/to/file.csv}
xsv count {path/to/file.csv}
xsv stats {path/to/file.csv} | xsv table
xsv select {column_a,column_b} {path/to/file.csv}
xsv sample {10} {path/to/file.csv}
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).