Blame test/nlfldsep.awk

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