awk/testdir/t.6b

6 lines
65 B
Plaintext

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