Blame test/nlfldsep.awk

Packit 575503
BEGIN { RS = "A" }
Packit 575503
{print NF; for (i = 1; i <= NF; i++) print $i ; print ""}