linux經過grep kill掉tomcat進程腳本,百分百kill掉

#!/bin/sh source /etc/profile pid=`ps -ef | grep "testtomcat" | grep -v 'grep\|tail\|less\|more'| awk '{print $2}'` if [ "$pid" != "" ] ; then kill -9 $pid rm -f /opt/testtomcat/pid e
相關文章
相關標籤/搜索