删除所有python进程


ps aux|grep python|grep -v grep|cut -c 9-15|xargs kill -15---删除所有python进程

相关