Find Raspberry Pi in network with this snippet because all Pi MAC addresses starting with B8:27:EB.
$ sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'
Find Raspberry Pi in network with this snippet because all Pi MAC addresses starting with B8:27:EB.
$ sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'