Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
stopping "wait" in (sub)script ?
- X-seq: zsh-users 849
- From: Andrei Tcherepanov <tandr@xxxxxxx>
- To: zsh users mail list <zsh-users@xxxxxxxxxxxxxxx>
- Subject: stopping "wait" in (sub)script ?
- Date: Tue, 13 May 1997 13:53:23 +0200
- Organization: Parametric Technology Corp. (Israel)
- Sender: tandr@xxxxxxx
Hi!
a little ( but annoyning ) problem --
a little long command
for i in `cat ss`
do xvi $i &
wait
done
And I can't stop this - neither ^C nor ^Z !!! (thanx god,
ss was not too long ... )
Is this bug or feature ???
--
Thanks,
Andrei ( tandr@xxxxxxx )
Messages sorted by:
Reverse Date,
Date,
Thread,
Author