Roland Mainz wrote: > Does anyone know in which conditions "cat" may return an exit code of > "141" when writing to a FIFO ?
When you try using a FIFO that the other end has closed, get a
SIGPIPE (141 == 0x80 | SIGPIPE) and didn't have a signal handler
installed for it?
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
