Created
June 12, 2018 22:19
-
-
Save rubeniskov/13ddaec0e160975c6333e6e9d08b09c3 to your computer and use it in GitHub Desktop.
Discover network devices macos
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
ping -c 2 $(ifconfig | grep broadcast|awk '{print $6}') >/dev/null && arp -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment