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