Re: simple if statement

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



I normally do it this way:
if (length($remaining) == 0) { &do_exit; }

Per

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


_______________________________________________
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