摘要: #!/bin/bashfor i in $(seq 255);do RE=`ping 192.168.1.$i` echo $RE >>result.logdone 阅读全文
posted @ 2013-12-07 19:50 xingoo 阅读(245) 评论(0) 推荐(0)