TLDR
Enter a command. For example: hg serve, 7zr, vercel, command.

csvkit

 
Manipulation toolkit for CSV files. See the individual commands: 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:
     
    {{cmd}} -d {{delimiter}} {{filename.csv}}
     
  • Run a command on a CSV file with a tab as a delimiter (overrides -d):
     
    {{cmd}} -t {{filename.csv}}
     
  • Run a command on a CSV file with a custom quote character:
     
    {{cmd}} -q {{quote_char}} {{filename.csv}}
     
  • Run a command on a CSV file with no header row:
     
    {{cmd}} -H {{filename.csv}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.