Re: |& in bash?

2013-01-19 Thread Chet Ramey
On 1/18/13 4:10 PM, Dan Douglas wrote: > In scripts it breaks POSIX, conflicts with the coproc operator in kshes, and > applies the redirections in an unintuitive order since the same operator > redirects stdout first, then applies the stderr redirect after other > redirections. It isn't very c

Re: |& in bash?

2013-01-19 Thread Dan Douglas
On Saturday, January 19, 2013 02:47:38 PM Chet Ramey wrote: > On 1/18/13 4:10 PM, Dan Douglas wrote: > > > In scripts it breaks POSIX, conflicts with the coproc operator in kshes, > > applies the redirections in an unintuitive order since the same operator > > redirects stdout first, then applies