zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Olsen <olsenc@ichips.intel.com>
To: zsh-workers@math.gatech.edu
Subject: 3.0.5 bug with while loops?
Date: Thu, 13 May 1999 11:34:48 -0700	[thread overview]
Message-ID: <19990513113448.A37658@ichips.intel.com> (raw)

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


                 reply	other threads:[~1999-05-13 18:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990513113448.A37658@ichips.intel.com \
    --to=olsenc@ichips.intel.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).