Created
April 14, 2020 17:10
-
-
Save ethagnawl/78c1d0945400987b29d8a0b281ecea0a to your computer and use it in GitHub Desktop.
Find Raspberry Pi IP using arp-scan
This file contains 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 arp-scan --localnet 2> /dev/null | grep Pi | awk '{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment