摘要: #!/bin/bash echo "begin get tomcat8 pid" tomcat8_id=$(ps -ef | grep apache-tomcat-8.0.52 | grep -v grep | awk '{print $2}') echo "tomcat8 pid:$tomcat8_id" echo "begin kill tomcat8 pid:$tomcat8_id"... 阅读全文
posted @ 2019-09-28 20:04 yshy 阅读(801) 评论(0) 推荐(0) 编辑