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) } }