[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: view the exit status from command line



Le Wednesday 15 August 2007, Kamaraju Kusumanchi(Kamaraju Kusumanchi 
<kamaraju@bluebottle.com>) a écrit:

Hi,

> Let's say I run a command in bash which is  run via konsole. How
> can I view its exit status.
>
> For example, if I do
>
> $test -x debian/rules

try:
test -x debian/rules ; echo $?
HTH,

-- 
Glennie Vignarajah
http://www.glennie.fr
An undefined problem has an infinite number of solutions.



Reply to: