shithub: trueawk

ref: c1866624730abc1720bf9e26d113fd50fa0bd3ab
dir: /testdir/t.vf1/

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