Hacker News new | ask | show | jobs
by prudentpomelo 898 days ago
Awk now supports a `--csv` flag for processing csv's. https://github.com/onetrueawk/awk/blob/master/README.md
2 comments

How does one output properly csv quoted rows? It seems thr csv flag works only for parsing inputs.
oh nice TIL