ps -ef | grep python | awk '{ print $2 }' | sudo xargs kill -9
相关文章:
ps -ef | grep python | awk '{ print $2 }' | sudo xargs kill -9
相关文章: