Nice little one liner to obtain your WAN IP address.
curl http://www.whatismyip.com/automation/n09230945.asp ; echo
Then alias that badboy E.g.:
alias whatsmyip='curl http://www.whatismyip.com/automation/n09230945.asp ; echo'
Happy day.
It no longer works, I’m sorry to say. I just get a 403 forbidden.
Whatsmyip from the Command Line
Nice little one liner to obtain your WAN IP address.
Then alias that badboy E.g.:
Happy day.