摘要: #!/bin/sh netcard=`ip l show|grep -Ev "macvlan|ppp"|grep ens|awk -F ":" '{print $2}'` txbyte1=0 rxbyte1=0 txbyte2=0 rxbyte2=0 for i in $netcard;do ##e 阅读全文
posted @ 2021-06-16 19:16 嗷嗷鹿鸣[VX|dshoub] 阅读(113) 评论(0) 推荐(0) 编辑