Home
Manpages
About
(root)/
gawk-5.2.2/
test/
nlfldsep.awk
BEGIN { RS = "A" } {print NF; for (i = 1; i <= NF; i++) print $i ; print ""}