Eduardo A. Bustamante López wrote:
On Fri, Mar 28, 2014 at 08:21:40AM -0700, Linda Walsh wrote:
Isn't it only things that are like "read xxx < <(cmd)" ? or is there
something else that uses  process substitution??

<(cmd) and >(cmd) are process substitutions. If you want to work
around, use named pipes. You won't have issues with these.

Does read varname <<<$(...) use process substitution?

I'd think not.. but just to be safe... it's only the things
with '<(' in them?



Reply via email to