Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: kill % fails?
- X-seq: zsh-users 27378
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: kill % fails?
- Date: Sun, 28 Nov 2021 02:31:57 +0100
- Archived-at: <https://zsh.org/users/27378>
- In-reply-to: <CAH+w=7YP-w4-9VDhTajLjXF8pot6xFuSLQzj4mKcV3pd0QfdMQ@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxx>
- References: <YaElhducf14tgEIU@gmx.de> <CAH+w=7YP-w4-9VDhTajLjXF8pot6xFuSLQzj4mKcV3pd0QfdMQ@mail.gmail.com>
- Reply-to: dominik.vogt@xxxxxx
On Sat, Nov 27, 2021 at 12:28:10PM -0800, Bart Schaefer wrote:
> On Fri, Nov 26, 2021 at 10:21 AM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> >
> > Okay, I understand that bit about the full job table, but why is
> > the last process not killed?
>
> I believe it's because the "sleep" is the job for which there is no
> room in the job table, so the whole loop aborts before reaching the
> "kill" for the last time. If this were not the case you'd see the
> error message two or three times.
I thought only the background processes woul be put in the job
table? Is there a way to print the command that could not be
added?
Ciao
Dominik ^_^ ^_^
--
Dominik Vogt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author