Re: "jobs" builtin: print zero exit status
On Sat, Sep 14, 2013 at 3:14 PM, Dmitry Bolshakov 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
Re: "jobs" builtin: print zero exit status
"wait" blocks, "jobs" - does not -- with best regards Dmitry Bolshakov 12.09.2013, 22:34, "Chet Ramey" : > On 9/12/13 6:14 AM, Dmitry Bolshakov wrote: > >> Hi! >> imho "jobs" should either print zero exit status or it should be >> documented that "Done" means zero exit status >>