Not until midway through a 3 hour build script, I\'ll remember that I want to see something at the beginning of the output after it\'s done. At this point I\'ve exceeded th
How about using substitution. Like this: command1 command2 RESULT=`LASTCOMMAND` echo $RESULT
command1 command2 RESULT=`LASTCOMMAND` echo $RESULT