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