Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bi-directional pipe



Bart Schaefer wrote :
As soon as one of the processes produces
more output than will fit in the buffer, you're in deep trouble.
My solution is to do something like this:
echo "$LARGE_REQUEST" >&p &
read REPLY <&p

--
Guillaume



Messages sorted by: Reverse Date, Date, Thread, Author