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