bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "jobs" builtin: print zero exit status


From: Pierre Gaston
Subject: Re: "jobs" builtin: print zero exit status
Date: Sat, 14 Sep 2013 15:37:28 +0300

On Sat, Sep 14, 2013 at 3:14 PM, Dmitry Bolshakov <bdimych@yandex.ru> wrote:
> "wait" blocks, "jobs" - does not
>

>
you can use "if kill -0 $pid;then ..."  to see if it's still running,
then wait to get the pid



reply via email to

[Prev in Thread] Current Thread [Next in Thread]