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