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