mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 10:54:45 +00:00
Update cheatsheets
This commit is contained in:
14
csvlook
Normal file
14
csvlook
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# csvlook
|
||||
|
||||
> Render a CSV file in the console as a fixed-width table.
|
||||
> Included in csvkit.
|
||||
> More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvlook.html>.
|
||||
|
||||
- View a CSV file:
|
||||
|
||||
`csvlook {{data.csv}}`
|
||||
Reference in New Issue
Block a user