bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /dev/fd/62: No such file or directory


From: Linda Walsh
Subject: Re: /dev/fd/62: No such file or directory
Date: Fri, 28 Mar 2014 18:14:27 -0700
User-agent: Thunderbird

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

[Prev in Thread] Current Thread [Next in Thread]