shithub: trueawk

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

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