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