Re: Background question

2003-11-06 Thread Tim Wunder
On Wednesday 05 November 2003 10:54 pm, someone claiming to be Brad De Vries wrote: > --- Tim Wunder <[EMAIL PROTECTED]> wrote: > > I guess this is a bash question, and probly FAQ-ish, > > but... > > Say I set a make job to execute in the background > > with 'make >make.log > > 2>&1 &' and the job

Re: Background question

2003-11-05 Thread Brad De Vries
--- Tim Wunder <[EMAIL PROTECTED]> wrote: > I guess this is a bash question, and probly FAQ-ish, > but... > Say I set a make job to execute in the background > with 'make >make.log > 2>&1 &' and the job then stops to ask for user > input, like asking, "mv: > overwrite `.deps/alarmdaemoniface_stub

Background question

2003-11-05 Thread Tim Wunder
I guess this is a bash question, and probly FAQ-ish, but... Say I set a make job to execute in the background with 'make >make.log 2>&1 &' and the job then stops to ask for user input, like asking, "mv: overwrite `.deps/alarmdaemoniface_stub.Plo', overriding mode 0644?" How do I give the user in