I'm trying to take the output of a command and pipe it to the input of another command, but ONLY if the first command succeeds.<br><br>I'd like this to be a 1-liner as well, I know how to do it ...