Re: time builtin handles backgrounding poorly

2007-09-14 Thread Jack Lloyd
On Thu, Sep 13, 2007 at 10:21:26PM -0400, Chet Ramey wrote: > > `time' is not a builtin; it is a shell reserved word that causes timing > information to be printed when `waitpid' returns. It's a synchronous > operation that doesn't interact as you'd like with job control. Ah, I see. Is there any

Re: time builtin handles backgrounding poorly

2007-09-14 Thread Chet Ramey
Jack Lloyd wrote: > On Thu, Sep 13, 2007 at 10:21:26PM -0400, Chet Ramey wrote: >> `time' is not a builtin; it is a shell reserved word that causes timing >> information to be printed when `waitpid' returns. It's a synchronous >> operation that doesn't interact as you'd like with job control. > >

Re: Process Substitution backgrounds the command list?

2007-09-14 Thread Bob Proulx
Chet Ramey wrote: > No, there's no way to wait for it. Hmm... That does make it very difficult to actually use correctly. If there are any practical uses I am missing seeing them. Any useful examples? Is that enough of a misfeature to qualify as a bug? Bob