View Single Post

   
  #5 (permalink)  
Old 02-19-2008, 11:00 AM
Ori Bernstein
 
Posts: n/a
Default Re: Print out exitcode?

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

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


programname; echo $?
Reply With Quote