Comment 1 for bug 996286

Revision history for this message
Joseph Mills (josephjamesmills) wrote :

One down
get public ipaddress
will run this in a loop for eth0 wlan0 ect
awk '/inet addr:/{print (substr($2,6,15))}' <(ifconfig eth0)