Linux杀死文件目录所有进程
05 Nov 2020
#
Linux
ps -ef | grep [PATH] | cut -c 9-15 | xargs kill -9