Created
December 24, 2017 09:53
-
-
Save ahy4/e31dd9925cbba8fef619b3e4463a192d to your computer and use it in GitHub Desktop.
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
echo 192.168.3.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment