关闭指定软件的进程

ps -ef |grep -w tomcat |grep -v grep |awk '{print $2}'|xargs kill -9  
posted @ 2023-02-06 15:59  新茶煮酒  阅读(22)  评论(0)    收藏  举报