Hacker News new | ask | show | jobs
by sophacles 1506 days ago
awk is a tool for handling records in text. csv is a textual format for records.

I'd argue that needing a different tool for handling records in text so that you can pass it to a tool for handling records in text is a bit too far.