linux kill all python

 ps -ef|grep python|grep -v grep|cut -c 9-15|xargs kill -15

留言