View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 11:59 AM
Oliver Haertel
 
Posts: n/a
Default Re: Print out exitcode?

On Sun, 6 Jun 2004 14:52:36 +0200
Klaus Petersen wrote:

> Hi.
>
> Does anybody know how to print the exitcode of a program to the
> console?


echo $?

Reply With Quote