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