shithub: trueawk

ref: 275a80ff33ef2782f27c4fd720b65645c89e2bbb
dir: /testdir/t.vf1/

View raw version
{	print
	i = 1
	while (i <= NF) {
		print "	" $i
		i = i + 1
	}
}