Bash scripting guide
May 24th, 2004
In particular, an example of how to redirect stdout and stderr from inside a script. Eg, “exec 1> /tmp/mylogfile.txt”.
Categories: open source
In particular, an example of how to redirect stdout and stderr from inside a script. Eg, “exec 1> /tmp/mylogfile.txt”.