On 10-Mar-2003 Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, Conrad Sabatier writes:
>>
>>diff <(cat file1) <(cat file2)
>>
>>errors out with:
>>
>>diff: /dev/fd/63: No such file or directory
>>diff: /dev/fd/62: No such file or directory
>>
>>Apparently, the nodes for the named pipes are not being created as they
>>should.
>>
>>Is this a bash problem, or something in devfs not working as expected?
> 
> That's a good question...
> 
> Has anybody found out what the standards conformant thing is for /dev/fd ?
> 
> presently we do only 0,1 & 2, with the std{in,out,err} symlinks.
> 
> If we are required to do all filedescriptors, we should do so with
> fdescfs by default.

OK, I took this to mean "use fdescfs", so I loaded the module and tried it
again.  Voila, it worked!

Thanks for the clarification there.

-- 
Conrad Sabatier <[EMAIL PROTECTED]> - "In Unix veritas"

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to