linux 批量删除进程

it2022-05-09  37

ps -ef | grep runserver |grep -v grep | awk '{print $2}' | xargs kill -9 pgrep salt|xargs kill -9

 

转载于:https://www.cnblogs.com/CGCong/p/11131061.html


最新回复(0)