ref: 3f3ab2de87d30685fb844de596ac88ead22f7ced dir: /test/t.6/
/a|b|c/ { i = $1 print while (i >= 1) { print " ", i i = i / 10 } }