On 30 March 2006 05:31, Nate wrote: > To illustrate the problem make two named pipes: > > mknod -m 0600 pipe1 p > mknod -m 0600 pipe2 p
> So, now open three shells. In these shells, execute the commands in every > possible order, and you will see that the following order does not work: > > ls > fifo1 > cat fifo2 > cat fifo1 > fifo2 ;) I think I can see the cause of your problem........... cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/