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