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