Return to Snippet

Revision: 23361
at February 4, 2010 17:35 by DrDoom


Initial Code
export i=0; while [[ $((++i)) -le 254 ]]; do ping -c1 -w1 192.168.25.$i | grep ttl | cut -d " " -f4 | cut -d ":" -f1; done;

Initial URL

                                

Initial Description
Single line for linux shell

Initial Title
ping all clients in network

Initial Tags

                                

Initial Language
Bash