Re: simple if statement

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



You don't really need to prepend the x if the $remaining is in quotes,  
do you?  If you didn't use quotes, then you could end up with a error  
if $remaining isn't set.

On Feb 27, 2009, at 5:24 AM, Ralph Angenendt wrote:

> Tom Brown wrote:
>> Hi
>>
>> Below if $remaining is empty i want the if to finish - what is it i  
>> need
>> to put in SOMETHING?
>>
>> if [ "$remaining" = "" ] ; then
>>            SOMETHING ;
>>        else
>>            kill -9 $remaining
>> fi
>
> if [ "x${remaining}" != "x" ] ; then
>              kill -9 ${remaining}
> fi
>
> Ralph
> _______________________________________________
> CentOS mailing list
> CentOS@xxxxxxxxxx
> http://lists.centos.org/mailman/listinfo/centos

_______________________________________________
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