4.4BSD/usr/src/old/awk/test/t.6b

/a|b|c/	{
	print
	for (i = $1; (i /= 10)>= 1; )
		print " ", i
}