Here\'s what I\'m trying. What I want is the last echo to say \"one two three four test1...\" as it loops. It\'s not working; read line is coming up em
echo
read line
replace
done < <( echo <
with
done < <(cat << EOM
Worked for me.