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