DU Managers,
Can someone please shed a light on this one.
While running a script (perl) in background directed to an output file
would cause "Stopped(tty output)"
Example:
# my_script > tmp &
[1] 21151
# jobs -l
[1] + 21151 Stopped(tty output) my_script > tmp &
so I, fg 21151, which in result start running and I ^z
[1] + Stopped
#bg 21151
[1] my_script > tmp &
# jobs -l
[1] + 21151 Running my_script > tmp &
I also tried for example:
# my_script > tmp 2>& 1 &
Appreciate any help.
Thanks,
Ronny
The Walt Disney Company
Disney Studios, Burbank, California
Received on Wed Mar 05 1997 - 19:16:09 NZDT