Shell脚本有助于发布我的笔记本电脑的本地和外部IP

时间:2011-05-20 15:24:54

标签: shell http-post wget http-get

我不知道如何使用wget可以帮助我使用shell脚本将笔记本电脑的本地和外部ip发布到外部网站? (GET和POST方法)

1 个答案:

答案 0 :(得分:0)

curl http://www.whatismyip.com/automation/n09230945.asp
ifconfig  | grep "inet addr" | fgrep -v 127.0.0.1 | tr ':' " " | awk '{print $3;}'