# How to kill Unix processes containing a keyword KEYWORD $ kill -9 `ps -ef | grep KEYWORD | grep -v grep | awk '{print $2}'`