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
You can see the return code of the last command, at least in bash, with $?.
$?
As far stdout goes, I don't think you can.