How do I save or redirect stdout and stderr into different files?
Q. I need to run a program called oraMon.pl. However this program is run from cron job. It report error to stderr and normal output to stdout. How do I save stdout, stderr and both into 3 separate log files? A. It is not that hard if you know howto redirect stderr, stdout and a […]