I have a series of jobs that run on remote hosts via SSH. I've been redirecting the STDERR and STDOUT to see whether or not the process succeeded on the remote host(s). This works great - mostly. I have one process that gives me scripting errors even though it completes successfully.
As I said - the script completes successfully but Im getting an 'unsuccessful' result. Is there some way to filter out these 'non-breaking' errors from the 'real' ones?