发现某个程序的进程非常多,需要批量删除,如程序/usr/sbin/sendmail
ps -ef|grep "/usr/sbin/sendmail"|grep -v grep |awk '{print $2}'|xargs kill