github.com/benhoyt/goawk@v1.8.1/testdata/gawk/nlfldsep.awk (about) 1 BEGIN { RS = "A" } 2 {print NF; for (i = 1; i <= NF; i++) print $i ; print ""}