linux kill 进程正则表达式

ps -ef | grep python | awk '{ print $2 }' | sudo xargs kill -9
posted @ 2021-05-05 15:12  那时一个人  阅读(355)  评论(0)    收藏  举报