java [linux]ps -ef与kill -9杀掉进程 ps -ef|grep java|awk ‘{print $2}’|xargs kill -9 其中java是进程关键字 kim 2021-10-20 No Comments