1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 21:35:29 +02:00

csvlook: removed all but simplest example

This commit is contained in:
Hayden Schiff 2016-01-21 21:55:19 -05:00
parent 6937b082d6
commit 50142e923a

View file

@ -6,11 +6,3 @@
- View a CSV file:
`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`