Shell---自動測試局域網內的網絡連通狀況

#!/bin/bash for i in $(seq 255);do   RE=`ping 192.168.1.$i`   echo $RE >>result.log done
相關文章
相關標籤/搜索