Anything about Java, WebLogic, OSB, Linux etc.... this is my logbook of a navigation in the IT Technology ocean.
Wednesday, July 7, 2010
Unix redirection
command 2>&1 > output.log (stdout and error to output.log)
command 2> output.log (error to output.log, stdout to console)
command 1> output.log 2> error.log (error to error.log, stdout to output.log)
No comments:
Post a Comment
comments where you are promoting your business will be marked as SPAM :o)