shithub: trueawk

ref: 9666b77b369e342353c29eed5415123f58e58948
dir: /testdir/t.sep/

View raw version
BEGIN	{ FS = "1"; print "field separator is", FS }
NF>1	{ print $0 " has " NF " fields" }