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