#!/bin/bash. network= "172.16.15". for ip in $(seq 1 10). do. ping -c 1 -w 1 ${network}.${ip} &> /dev/null && result=0 || result=1.
確定! 回上一頁