shithub: kwa

ref: 29b26011fca45785f0cfd9511b5fdcd131248e15
dir: /test/p.39/

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