Thread
:
Print out exitcode?
View Single Post
#
5
(
permalink
)
02-19-2008, 11:00 AM
Ori Bernstein
Posts: n/a
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 $?
Ori Bernstein