Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: more on pipe bug
- X-seq: zsh-workers 2151
- From: whukriede@xxxxxxxxxxxxxxxxxxxx
- To: pws@xxxxxx
- Subject: Re: more on pipe bug
- Date: Thu, 19 Sep 1996 13:59:16 +0200
- Cc: whukriede@xxxxxxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
Hi!
> I've made some progress. The simplest form required to show the bug
> is something like:
> % if true; then echo | more; fi
The bug seems to have been in 2.5.03 already:
zsh-2.5.03> if true ; then cat some-file | more ; fi
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C
^Z^Z^Z
[ ... nothing happens ...]
[then after killing the (btw busy!) more-process:]
zsh: 1060 interrupt cat some-file |
zsh: 1061 terminated more
zsh-2.5.03>
So long, Wolfgang.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author