mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
csvcut: formatting cleanup
This commit is contained in:
parent
749ca0897d
commit
ac13221b41
@ -1,6 +1,6 @@
|
||||
# csvcut
|
||||
|
||||
> Filter and truncate CSV files. Like unix "cut" command, but for tabular data.
|
||||
> Filter and truncate CSV files. Like Unix's `cut` command, but for tabular data.
|
||||
> Included in csvkit.
|
||||
|
||||
- Print indices and names of all columns:
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
`csvcut -c {{1,3}} {{data.csv}}`
|
||||
|
||||
- Extract all columns EXCEPT the fourth one:
|
||||
- Extract all columns **except** the fourth one:
|
||||
|
||||
`csvcut -C {{4}} {{data.csv}}`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user