ref: a212ffa41ce5f177f9486fed31c971d83ef958da dir: /bugs-fixed/numeric-rs.awk/
BEGIN { RS = 1; while ("echo a1b1c1d" | getline > 0) { print $1; } }