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