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