shithub: kwa

ref: 3206ebbc2fbd2d489d12a559b5d4e68fdfdc5ffc
dir: /test/p.39/

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