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