Friday, July 10, 2009

How to kill multiple java processes

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

No comments: