Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: loop killing
- X-seq: zsh-workers 6854
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: PATCH: loop killing
- Date: Fri, 25 Jun 1999 16:21:09 +0200 (MET DST)
- In-reply-to: "Andrej Borsenkow"'s message of Fri, 25 Jun 1999 17:21:50 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> Ooops! Just found something weird:
>
> bor@itsrm2:~%> zcat | while true
> do
> zcat
> done
> Now press ^\ (QUIT)
> bor@itsrm2:~%>
>
> ??? QUIT is supposed to give you core ... Once more:
For me it does, it just doesn't print that it has. I can't find the
right place where to stick the needle just now, I'll look at it over
the weekend.
> It is even worse
>
> bor@itsrm2:~%> while true
> do
> zcat
> done
> ^Z^Z^Z^Z^Z^Z^Z
>
> Nothing happens at all.
This works for me.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author