shithub: kwa

ref: c5eccbe072cc7b149654391b95eca948069bbfcd
dir: /test/p.39/

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