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

Re: stopping "wait" in (sub)script ?



Andrei Tcherepanov wrote:
> I cannot stop such command
> 
> $ for i in `cat ss`
> for> do xvi $i &
> for> wait
> for> done

yup, same here on IRIX 5.3 with 3.1.2-test1.  The `cat ss` is
definitely necessary, there is no problem if it's replaced by a simple
list of values.  Weird.

We have
#define POSIX_SIGNALS 1
if that makes a difference.

-- 
Peter Stephenson <pws@xxxxxx>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.



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