0

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

4

1 回答 1

0
curl http://www.whatismyip.com/automation/n09230945.asp
ifconfig  | grep "inet addr" | fgrep -v 127.0.0.1 | tr ':' " " | awk '{print $3;}'
于 2011-05-20T20:46:25.290 回答