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