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 input to the job? Is it possible? Thanks, Tim