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