Hacker News new | ask | show | jobs
by dbro 2335 days ago
To simplify working with CSV data using command line tools, I wrote csvquote ( https://github.com/dbro/csvquote ). There are some examples on that page that show how it works with awk, cut, sed, etc.
1 comments

That's very clever.