Created
July 7, 2014 20:08
-
-
Save Quantium/e6a493dbe2d89c16830b to your computer and use it in GitHub Desktop.
Find raspberry machines IPs on local network
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
sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment