摘要: #!/bin/bash #This is the script for statistical traffic Eth2_RX=$(ifconfig | grep -A8 eth2 | grep "RX" | tail -n 1 | awk -F '(' '{print $2}' | awk '{p 阅读全文
posted @ 2017-05-22 18:37 ivy_wang 阅读(312) 评论(0) 推荐(0) 编辑