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