zsh-workers
 help / color / mirror / code / Atom feed
* 3.0.5 bug with while loops?
@ 1999-05-13 18:34 Clint Olsen
  0 siblings, 0 replies; only message in thread
From: Clint Olsen @ 1999-05-13 18:34 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-05-13 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-13 18:34 3.0.5 bug with while loops? Clint Olsen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).