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