摘要: ps aux|grep python3|grep -v grep|cut -c 9-15|xargs kill -9 说明: grep firefox的输出结果是,所有含有关键字“firefox”的进程。grep -v grep是在列出的进程中去除含有关键字“grep”的进程。cut -c 9-15 阅读全文
posted @ 2022-04-19 13:31 sunshineD 阅读(160) 评论(0) 推荐(0)