.SH NAME Whatismyip .rj Thu 16 Apr 13:26:06 BST 2015 .SH DESCRIPTION Just a couple of command line friendly sites that respond with your public IP. 'nf $ curl -s whatismyip.akamai.com 127.0.0.1 $ curl -s checkip.amazonaws.com 127.0.0.1 $ curl -s icanhazip.com 127.0.0.1 $curl -s wtfismyip.com/text 127.0.0.1 $ w3m -dump checkip.dyndns.com | awk '{ print $4}' 127.0.0.1 'fi