关闭某个命令的进程

ps -ef | grep easyswoole | grep -v grep | awk '{print $2}' | xargs kill -9
posted @ 2019-04-02 09:18  geek程序员  阅读(417)  评论(0编辑  收藏  举报