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