Weird process substitution behavior

2013-11-08 Thread John Dawson
nes <(date) $ ./bug1.bash 1 /dev/fd/63 0 /dev/fd/63 0 /dev/fd/63 wc: /dev/fd/63: No such file or directory wc: /dev/fd/63: No such file or directory I ran this on Bash 4.2.37(1)-release on Fedora Linux. -- John Dawson

Weird process substitution behavior

2013-11-13 Thread John Dawson
nes <(date) $ ./bug1.bash 1 /dev/fd/63 0 /dev/fd/63 0 /dev/fd/63 wc: /dev/fd/63: No such file or directory wc: /dev/fd/63: No such file or directory I ran this on Bash 4.2.37(1)-release on Fedora Linux. -- John Dawson

Re: Weird process substitution behavior

2013-11-15 Thread John Dawson
On Fri, Nov 15, 2013 at 2:35 AM, Michael Haubenwallner < michael.haubenwall...@salomon.at> wrote: > On 11/14/2013 08:56 PM, Chet Ramey wrote: > > On 11/8/13 6:26 PM, John Dawson wrote: > >> The following surprised me. I thought line 4 of the output, and > certainl