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