[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /dev/fd/62: No such file or directory
From: |
Chet Ramey |
Subject: |
Re: /dev/fd/62: No such file or directory |
Date: |
Thu, 27 Mar 2014 21:09:52 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
On 3/27/14, 8:42 PM, Linda Walsh wrote:
> I certainly wouldn't be against a builtin that would return
> the same thing as /dev/fd/62 -- just one that doesn't try to
> walk an external path to perform internal functions (have looked
> several times at scripts that have shown such messages, and
> have yet to see any mention of /dev/fd/xx in the script, so I'm
> /presuming/ (sigh) that it is something internal to bash?
Process substitution, whose entire reason for existence is to turn a
(pipe) file descriptor into a filename. If you want to use process
substitution in a context where /dev/fd might not be available, make
sure you don't tell bash to use it at build time or use another
scripting technique.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/
- /dev/fd/62: No such file or directory, Linda Walsh, 2014/03/27
- Re: /dev/fd/62: No such file or directory,
Chet Ramey <=
- Re: /dev/fd/62: No such file or directory, Linda Walsh, 2014/03/27
- Re: /dev/fd/62: No such file or directory, Greg Wooledge, 2014/03/28
- Re: /dev/fd/62: No such file or directory, Linda Walsh, 2014/03/28
- Re: /dev/fd/62: No such file or directory, Eduardo A . Bustamante López, 2014/03/28
- Re: /dev/fd/62: No such file or directory, Linda Walsh, 2014/03/28
- Re: /dev/fd/62: No such file or directory, Greg Wooledge, 2014/03/31
- Re: /dev/fd/62: No such file or directory, Greg Wooledge, 2014/03/28
- Re: /dev/fd/62: No such file or directory, Chet Ramey, 2014/03/28