Hello,
I'm fairly new to scripting. Is there a way I can pipe the set -x printing to a file instead of to the terminal window. I have set -x at the top of my script and when I try and do this: ./myscript.sh > out.dat & executed statements still go to the terminal window. Thanks in advance!
Kelly
I'm fairly new to scripting. Is there a way I can pipe the set -x printing to a file instead of to the terminal window. I have set -x at the top of my script and when I try and do this: ./myscript.sh > out.dat & executed statements still go to the terminal window. Thanks in advance!
Kelly