linux 常用命令

批量删除进程

kill -9 `ps -aux | grep main |grep -v grep |awk '{print $2}'`

  

posted @ 2023-06-28 16:43  妇愁者纞萌  阅读(14)  评论(0)    收藏  举报