running jobs in background in bash
Hi,
I want to run jobs inthe background in bash. So I set my job going and do a ctrl^z to suspend. Accoridng to the manual if I do bg%<JOBID> the job will continue in the background. By using 'set -b' I see that straight after doing bg %<JOBID> the job is stopped by something. I am using bash 2.05. How can I make jobs run in the background?
Thanks,
Mark.
|