摘要: #!/bin/bash#this program is monitor.result=`/bin/ping -c 5 192.168.4.36 |grep 'packet loss' | awk -F 'packet loss' '{ print $1 }' | awk '{ print $NF } 阅读全文
posted @ 2017-07-21 08:02 FEX-x 阅读(385) 评论(0) 推荐(0) 编辑