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