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