kill

ps -ef | grep firefox | awk '{print $2}' | xargs kill -9
ps -ef | grep <key-word> | awk '{print $2}' | xargs kill -9