首页
删除所有python进程
ps aux|grep python|grep -v grep|cut -c 9-15|xargs kill -15---删除所有python进程
工作小技巧
相关
标签