shithub: trueawk

ref: 9666b77b369e342353c29eed5415123f58e58948
dir: /testdir/t.vf1/

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