Sujet : Re: When/why does the shell (bash) (sometimes) not re-cycle job IDs?
De : vallor (at) *nospam* cultnix.org (vallor)
Groupes : comp.unix.shellDate : 12. May 2024, 02:22:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v1p23o$2358g$2@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.158 (Avdiivka; a81241a; Linux-6.8.9)
On Sun, 12 May 2024 00:14:08 -0000 (UTC), Lawrence D'Oliveiro
<
ldo@nz.invalid> wrote in <
v1p1kf$2ake7$1@dont-email.me>:
I’ve often wondered why shells don’t use poll/select-based event loops.
Then they can notify you of job termination immediately, instead of
waiting for you to press return.
With bash: set -b
-- -v