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