info_ps=`ps -ef|grep $xxxxx |grep -v grep| grep -v '^$'`n=`echo -n $info_ps|wc -l` if [ ! $n -lt 1 ] #如果已经运行then fi