Re: Getting the return value of the last command run

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



Dotan Cohen wrote:
> On Mon, May 30, 2011 at 17:55, Bob Beers <bob.beers@xxxxxxxxx> wrote:
>> You can check the return code.
>>
>> $ ls
>> $ echo $?
>>
>> 0 (usually) indicates success.
>>
> 
> Thank you Bob, that is exactly what I was looking for!
> 
> 
> 
Take notice that you can use $? *only* once. So if you ever need to 
reuse that status, you must first assign exit code to a variable and 
then evaluate variable.

Ljubomir
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux