2 lines
97 B
Plaintext
2 lines
97 B
Plaintext
|
批量删除命令
|
||
|
ps aux | grep './restart.sh' | grep -v grep | awk '{print $2}' | xargs kill -9
|