shithub: trueawk

ref: cfe6b6b99d841c0f46d090265e0aa882feee411f
dir: /testdir/t.sep/

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