Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kd5bjo
on Feb 12, 2020
|
parent
|
context
|
favorite
| on:
Awk As A Major Systems Programming Language, Revis...
Awk splits lines into numbered fields, so it’s really convenient for things like extracting and reordering columns from a csv file. For example, getting the second field of every line is:
awk -F, '{ print $2 }'
markus_zhang
on Feb 12, 2020
[–]
I recently tried csvsql and it seemes to be a stronger tool to process csv files?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: