Pario TechnoBlob
About Posts

Tag: stderr

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...
Jun 5, 2007 12:51AM
Bash redirection Theory and quick reference There are 3 file descriptors, stdin, stdout and stderr (std=standard). Basically you can: redirect stdout to a file redirect stderr to a file...
May 20, 2007 8:22PM
someprog > /dev/null 2>&1 The first part, “> /dev/null” means send standard output to the ‘bit bucket” or in other words, throw it away. The second part, “2>&1” means “redirect standard error...
Feb 9, 2007 3:47PM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom