When I run a script with nohup, the output is forced to the out.log file by default; is there a way to force the output to the screen instead of the file? I need to be able to see when my script gives me a "process started" message, and I don't want to clog up the system with log files.
|
feedback
|
|
That would defeat the purpose of nohup, use | |||
feedback
|
|
If you run bash, you can put it into the background, and then use | |||
|
feedback
|
