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