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