#!/bin/bash
ps -ef | grep "xxx"| grep -v grep | awk '{print $2}'| xargs kill -9