Created
July 6, 2015 08:21
-
-
Save argilzar/4afd42f93c2a03cea3cb to your computer and use it in GitHub Desktop.
Ping machines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ip in $(seq 1 254);do echo "testing $ip";ping -c 1 192.168.1.$ip | grep "bytes from"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment