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