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