csvlook: removed all but simplest example

waldyrious/alt-syntax
Hayden Schiff 2016-01-21 21:55:19 -05:00
parent 6937b082d6
commit 50142e923a
1 changed files with 0 additions and 8 deletions

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`