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