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