GAWK: Programmare efficacemente in AWK
✍ Robbins, Arnold & Curreli, Marco & Colombo, Antonio
📂 Library
📅 2016
🏛 Free Software Foundation
🌐 Italian
PDF p. 101 on how to parse a CSV: BEGIN { FPAT = "([^,]+)|(\"[^\"]+\")" } { print "NF = ", NF for (i = 1; i \n", i, $i) } }