摘要: vim kill_process.sh if [ "$1" = "" ]; then echo "Usage: sh $0 <processname>" exit 0 fi for i in {1..100} do s1=`ps -ef|grep $1|grep -v "sh $1"|grep -v 阅读全文
posted @ 2018-10-25 20:15 卡卡西村长 阅读(356) 评论(0) 推荐(0)