[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /dev/fd/62: No such file or directory
From: |
Eduardo A . Bustamante López |
Subject: |
Re: /dev/fd/62: No such file or directory |
Date: |
Fri, 28 Mar 2014 08:30:10 -0700 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Mar 28, 2014 at 08:21:40AM -0700, Linda Walsh wrote:
> I just checked... it is partly my fault in that I
> upgraded my bash from 4.2 -> 4.3 to get around a limitation in 4.2.
> Am not looking forward to upgrading to 4.4, since both times I've tried,
> autocompletion completely broke and performance was seriously dog'ed even
> in non-debug versions.
There's no bash 4.4.
> 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.
--
Eduardo Alan Bustamante López