xref: /freebsd/contrib/one-true-awk/testdir/t.d.x (revision 63f537551380d2dab29fa402ad1269feae17e594)
1 BEGIN {FS=":" ; OFS=":"}
2 {print NF "	",$0}
3