linux批量结束进程命令 - xd21303/Notebook GitHub Wiki ps -ef | grep short_poi/main.py | grep -v grep | awk '{print $2}' | xargs kill -9