#!/bin/baship=192.168.1.for i in {1..254}do{ping -c 1 -w 1 $ip$i &> /dev/nullif [ $? -eq 0 ]thenecho "$ip$i ok"fi}&done