2 lines
74 B
Bash
2 lines
74 B
Bash
|
|
ps -ef|grep chat_web_yj | grep -v grep | awk '{print $2}' | xargs kill -9
|