摘要: 1 head_files=`find ./fmsConf/ -name "*.pid"` 2 for file in $head_files 3 do 4 cat $file | awk '{print $1}' | xargs kill -9 5 rm -f $file 6 done 代码如上 解 阅读全文
posted @ 2020-03-18 21:56 Choice_Than_to 阅读(328) 评论(0) 推荐(0) 编辑