PHP
·
发表于 5年以前
·
阅读量:8283
[ $# -eq 0 ] && echo "pls input keyword." && exit 2
ps -ef | grep $1 | grep -v grep | cut -c 9-15 | xargs kill -9