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