标签: shell http-post wget http-get
我不知道如何使用wget可以帮助我使用shell脚本将笔记本电脑的本地和外部ip发布到外部网站? (GET和POST方法)
答案 0 :(得分:0)
curl http://www.whatismyip.com/automation/n09230945.asp ifconfig | grep "inet addr" | fgrep -v 127.0.0.1 | tr ':' " " | awk '{print $3;}'