Find external IP address in bash


I needed to find my external IP address from bash command line.

Quite easy:

$ curl -s http://whatismyip.akamai.com

That URL also works in a browser.

Comment on this article using form below. Requires email login only for authentication. HTML forbidden, Markdown only.