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