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