找到自己机器现在的Public IP 地址
找到自己机器现在的Public IP 地址$ alias myip='curl -s http:// | grep "Current IP Address"' $ myip
-s: 安静模式(Silent or quiet mode)
或者
$ curl ifconfig.me
详见
http://ifconfig.me/
[ 本帖最后由 madfrogme 于 2012-7-23 03:42 编辑 ]
$ alias myip='curl -s http:// | grep "Current IP Address"' $ myip
$ curl ifconfig.me