shithub: kwa

ref: 3f08396b3cd829037e9b27ab5500576b28773258
dir: /test/p.39/

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