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
thanks?
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

