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.
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