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