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.

Question about redirecting output of spawned processes

2009-02-12 Thread Eric415
Hello! I'm writing a bash script that will run a set of commands contained in a file. I'd like each of these commands to redirect their output to a separate file specified along with the command. For some reason, when I run the master script using nohup (there is a reason for doing this, although