批量删除java进程

ps -ef|grep dubbo-core| grep -v grep | awk '{print $2}' | xargs kill -9

你可能感兴趣的:(批量删除java进程)