shithub: kwa

ref: 8e3c92b4eae6ff958d8af946caf6fb7d7f3bfbf7
dir: /test/t.sep/

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