Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
coprocesses and bc
- X-seq: zsh-users 1022
- From: Matthias Kopfermann <fk5a005@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: coprocesses and bc
- Date: Mon, 15 Sep 1997 09:10:14 +0200 (DFT)
i have a book about the ksh shell.
there is an example about coprocesses that i try to get done
with the zsh 3.0 without success:
coproc bc
print -p "23*34"
read -p erg
echo $erg
my zsh (linux 2.029) sticks with read -p erg.
nothing is moving.
the same thing is no problem with the zsh 3.1 at aix 4.1.
so i am asking: what could be the reason that i have problems at home.
perhaps wrong setopt variables set?
--
Matthias
Messages sorted by:
Reverse Date,
Date,
Thread,
Author