Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: job control
- X-seq: zsh-workers 7064
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: job control
- Date: Fri, 9 Jul 1999 13:34:46 +0400
- Importance: Normal
- In-reply-to: <199907090909.LAA16205@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> >
> > while true; do sed -e 's/foo/bar/' nosuchfile >/dev/null; done
> >
>
> Damn. ^C works without problems for me (both on this DEC box here and
> on the Linux-Laptop). ^Z *is* a problem for us since we can stop only
> if you hit one of those sed's with the ^Z between the eyes -- only
> then can we find out that someone tried to suspend the loop.
Both work for me. Sometimes I need more than one ^C or ^Z. I believe, ^C should
have the same problem as ^Z.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author