shithub: trueawk

ref: 275a80ff33ef2782f27c4fd720b65645c89e2bbb
dir: /testdir/t.6/

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