View Single Post
Posts: 254 | Thanked: 509 times | Joined on Nov 2011 @ Canada
#406
Here's the command I'm using with my QBW:

wget -t 2 -T 3 -q -O - checkip.dyndns.com | awk -F ": " '{print $2}' | awk -F "</" '{print $1}'
 

The Following 2 Users Say Thank You to shawnjefferson For This Useful Post: