Linux殺死指定名字線程

#!/bin/sh result=`ps -ef|grep 'python **updatelaw.py'|grep -v 'grep'|awk '{print $2}'` if [ -z "$result" ] then echo "Not Python Spider,But Ant would continue!Blacklist-updatelaw" else ps -ef|grep
相關文章
相關標籤/搜索