哈哈哈 Nice~
命令
ps -aux | grep "async-export/cron" | awk '{print "kill -9 "$2}' | sh
再比如批量删除php进程
ps -aux | grep "php" | awk '{print "kill -9 "$2}' | sh