摘要: ``` ps -ef | grep easyswoole | grep -v grep | awk '{print $2}' | xargs kill -9 ``` 阅读全文
posted @ 2019-04-02 09:18 geek程序员 阅读(417) 评论(0) 推荐(0) 编辑