Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unable to wait on completed job
- X-seq: zsh-users 14619
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: unable to wait on completed job
- Date: Mon, 30 Nov 2009 16:50:55 -0500
- In-reply-to: <091130094855.ZM2913@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Mon, 30 Nov 2009 09:48:54 -0800")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <19213.26295.345572.732238@xxxxxxxxxxxxxxxxxx> <200911251748.nAPHmrCX010198@xxxxxxxxxxxxxx> <m3638sr72x.fsf_-_@xxxxxxxxxxxxxx> <091129211436.ZM1769@xxxxxxxxxxxxxxxxxxxxxx> <m3skbwhvms.fsf@xxxxxxxxxxxxxx> <091130094855.ZM2913@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> On November 30, 2009 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Note that AFAICT, even with the operation as supported by bash, you are
> only guaranteed access to the exit status of the most recently started
> asynchronous job; so it's not much help in handling multiple parallel
> tasks.
Yeah that's not all that useful.. conceptually at least it seems you
could keep the job table entry around with the exit status for
completed jobs until the job/pid is waited for or until 'jobs' is run
maybe?
> If you don't care about the exit status
"Don't care" is a little strong; more like "can deal"..
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author