Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.0.5 bug with while loops?
- X-seq: zsh-workers 6277
- From: Clint Olsen <olsenc@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: 3.0.5 bug with while loops?
- Date: Thu, 13 May 1999 11:34:48 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: Intel Corporation, Hillsboro, OR
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author