Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
coprocesses
- X-seq: zsh-workers 7233
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: coprocesses
- Date: Wed, 21 Jul 1999 11:34:19 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Are coprocesses still working? I got some strange results after trying
them in order to make the manual a bit clearer, but I don't use them often
enough to be sure.
coproc cat
print foo >&p
read line <&p
simply hung --- it did that without job control, too. In ksh it read the
expected line and the coprocess terminated. Trying to close the coprocess
input seemed to provoke some even stranger things.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author