https://github.com/thsutton/hcsv
A cut(1) workalike that knows CSV.
https://github.com/thsutton/hcsv
Last synced: over 1 year ago
JSON representation
A cut(1) workalike that knows CSV.
- Host: GitHub
- URL: https://github.com/thsutton/hcsv
- Owner: thsutton
- License: bsd-3-clause
- Created: 2012-03-22T13:09:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-27T08:00:29.000Z (over 14 years ago)
- Last Synced: 2025-02-01T12:25:57.010Z (over 1 year ago)
- Language: Haskell
- Homepage: http://thomas-sutton.id.au/hcsv/
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
HCSV: a tool for manipulating CSV data
======================================
Note: This file was written in the future. `hcvs` is not yet complete
and doesn't work yet.
`hcsv` is a small command-line utility for manipulating CSV data. You
should probably think of it as a `cut` which knows about CSV quoting
(but only cares about fields, not bytes or characters). If you've used
`cut` before, `hcsv` should be easy!
hcsv -f1,12 input.csv