Really cool command of the day

Here’s a really cool, very simple command that will list the IP addresses of all devices on your network. In a console window run:

arp -a

On Linux that would normally have to be run as the root user, so a regular user could do:

sudo arp -a