BSD 4_4 development
[unix-history] / usr / src / old / awk / test / t.6a
/a|b|c/ {
print
for (i = $1; i >= 1; )
print " ", i /= 10
}