aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.sep
blob: df6865adaad0986b2d4f51d7fc9c16ba5605932c (plain)
1
2
BEGIN	{ FS = "1"; print "field separator is", FS }
NF>1	{ print $0 " has " NF " fields" }