摘要:
#!/bin/sh pid='ps -ef|grep lampp|grep -v grep|awk '{ print $2 }'' echo $pid exit if[ $pid ] then for [ $pid != null ] do kill -9 $pid done echo “lampp 阅读全文
摘要:
https://blog.csdn.net/qq_37497322/article/details/78988378 阅读全文