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