mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 16:55:32 +02:00
csvlook: removed all but simplest example
This commit is contained in:
parent
6937b082d6
commit
50142e923a
1 changed files with 0 additions and 8 deletions
|
@ -6,11 +6,3 @@
|
||||||
- View a CSV file:
|
- View a CSV file:
|
||||||
|
|
||||||
`csvlook {{data.csv}}`
|
`csvlook {{data.csv}}`
|
||||||
|
|
||||||
- View a CSV file with _less_ for easy scrolling:
|
|
||||||
|
|
||||||
`csvlook {{data.csv}} | less`
|
|
||||||
|
|
||||||
- View columns 2 and 3 of a CSV file:
|
|
||||||
|
|
||||||
`csvcut -c {{2,3}} | csvlook`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue