From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21653 invoked from network); 13 May 1999 18:36:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 May 1999 18:36:52 -0000 Received: (qmail 12811 invoked by alias); 13 May 1999 18:36:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6277 Received: (qmail 12804 invoked from network); 13 May 1999 18:36:28 -0000 Date: Thu, 13 May 1999 11:34:48 -0700 From: Clint Olsen To: zsh-workers@math.gatech.edu Subject: 3.0.5 bug with while loops? Message-ID: <19990513113448.A37658@ichips.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Organization: Intel Corporation, Hillsboro, OR X-Disclaimer: Mutt Bites! Hello: I've noticed lately that zsh-3.0.05 hangs on AIX while performing this style of loop I used to use on bash and ksh: cat somefile | while read cell do if ! grep -q $cell some_other_file ; then echo $cell fi done After the end of input, the loop hangs and does not respond to ^Z or ^C. I have to kill the shell completely. Can any of you think what might be happening? AIX pdx229 1 4 000059485900 aix 4.1 ibm 3CT rs6000 pdx229 -Clint