System Grab Bag

View all TLDR pages from common (or from all pages)

csvkit

Manipulation toolkit for CSV files. See also: csvclean, csvcut, csvformat, csvgrep, csvlook, csvpy, csvsort, csvstat. More information: https://csvkit.readthedocs.io/en/0.9.1/cli.html.
  • Run a command on a CSV file with a custom delimiter:
    {{command}} -d {{delimiter}} {{path/to/file.csv}}
  • Run a command on a CSV file with a tab as a delimiter (overrides -d):
    {{command}} -t {{path/to/file.csv}}
  • Run a command on a CSV file with a custom quote character:
    {{command}} -q {{quote_char}} {{path/to/file.csv}}
  • Run a command on a CSV file with no header row:
    {{command}} -H {{path/to/file.csv}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.