FiveFeet

Echo the local IP addresses of the machines on your local network

$ for i in 192.168.1.{61..71};do ping -c 1 $i &> /dev/null && echo $i;fi;done