1. 程式人生 > >shell 循環刪除進程

shell 循環刪除進程

spa color int nbsp done clas pri kill -9 style

for i in  `ps ax|grep superset|grep 8088|grep -v grep|awk {print $1}`;do kill -9 $i;done

shell 循環刪除進程