Home
Manpages
About
(root)/
gawk-5.2.2/
test/
fpat5.awk
BEGIN { FPAT = "([^,]*)|(\"[^\"]+\")" OFS = ";" } p != 0 { print NF } { $1 = $1 ; print }