Sujet : Re: ksh - issue with (non-existing) jobs
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.shellDate : 26. Jan 2025, 22:58:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vn6b63$50b2$11@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sun, 26 Jan 2025 13:13:37 +0100, Janis Papanagnou wrote:
You initiate jobs, say, by something like 'a_command &', the command
gets registered in a shell table. And at any time you can 'wait' for it.
The “wait” command doesn’t require you to specify which job to wait for.