shithub: kwa

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

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