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

stopping "wait" in (sub)script ?



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