Kill all java process 2020-03-06 本文已影响0人 iceyer ps -ef|grep 'java' |grep -v grep|cut -c 9-15|xargs kill -9 >/dev/null 2>&1