shithub: trueawk

ref: b7461b63f231d2d45a5309e6ee207276e7c44a98
dir: /testdir/t.6/

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