ps -ef | grep runserver |grep -v grep | awk '{print $2}' | xargs kill -9
pgrep salt|xargs kill -9
本文共 148 字,大约阅读时间需要 1 分钟。
ps -ef | grep runserver |grep -v grep | awk '{print $2}' | xargs kill -9
pgrep salt|xargs kill -9
转载于:https://www.cnblogs.com/CGCong/p/11131061.html