From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25443 invoked from network); 13 May 1997 12:20:16 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 May 1997 12:20:16 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA12891; Tue, 13 May 1997 07:54:19 -0400 (EDT) Resent-Date: Tue, 13 May 1997 07:49:28 -0400 (EDT) Sender: tandr@ptc.com Message-Id: <33785632.1827@ptc.com> Date: Tue, 13 May 1997 13:53:23 +0200 From: Andrei Tcherepanov Organization: Parametric Technology Corp. (Israel) X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.5 sun4m) Mime-Version: 1.0 To: zsh users mail list Subject: stopping "wait" in (sub)script ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <"9WeTz1.0.S73.7L5Up"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/849 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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@ptc.com )