💾 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
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Utility to filter and extract data from CSV formatted sources.
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).