💾 Archived View for freeshell.de › tldr › csvtool.gmi captured on 2024-02-05 at 10:37:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

csvtool

Utility to filter and extract data from CSV formatted sources.

More information.

csvtool --column {2} {path/to/file.csv}
csvtool --column {2,4} {path/to/file.csv}
csvtool --column {2} --search '{^Foo$}' {path/to/file.csv}
csvtool --column {2} --search '{^Bar}' {path/to/file.csv}
csvtool --column {2} --search '{Baz$}' {path/to/file.csv} | csvtool --no-header --column {3,6}
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