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

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