shithub: kwa

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

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