[CentOS] simple if statement
Per Qvindesland
per at norhex.comFri Feb 27 11:34:14 UTC 2009
- Previous message: [CentOS] simple if statement
- Next message: [CentOS] Kerberos 1.6.3 on centos 4/5??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [CentOS] simple if statement
- Next message: [CentOS] Kerberos 1.6.3 on centos 4/5??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list