linux 按关键字杀进程 kill -9 $(ps -ef | grep process0 | grep -v grep | awk '{print $2}')
Home Posts linux 按关键字杀进程 2018-12-17 · 1 min · 17 words · - Table of Contents linux 按关键字杀进程 linux 按关键字杀进程# kill -9 $(ps -ef | grep process0 | grep -v grep | awk '{print $2}')