Re: Question about redirecting output of spawned processes

2009-02-13 Thread Eric415
Thanks!! For both the answer and the explanation. -- View this message in context: http://www.nabble.com/Question-about-redirecting-output-of-spawned-processes-tp21988680p22007884.html Sent from the Gnu - Bash mailing list archive at Nabble.com.

Re: Question about redirecting output of spawned processes

2009-02-12 Thread Bob Proulx
Eric415 wrote: > separate file specified along with the command. For some reason, when I run > the master script using nohup [...] each of the commands redirects their > output to nohup.out instead of the specified file. Any ideas? The nohup command redirects output to the nohup.out file if the ou

Question about redirecting output of spawned processes

2009-02-12 Thread Eric415
context: http://www.nabble.com/Question-about-redirecting-output-of-spawned-processes-tp21988680p21988680.html Sent from the Gnu - Bash mailing list archive at Nabble.com.