shithub: kwa

ref: f35a20e9357512dd66f8ff6c4c6b593b681dd276
dir: /test/t.6/

View raw version
/a|b|c/	{
	i = $1
	print
	while (i >= 1) {
		print "	", i
		i = i / 10
	}
}