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