Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定如何使用 wget 有人可以帮助我使用 shell 脚本将笔记本电脑的本地和外部 ip 发布到外部网站吗?(GET 和 POST 方法)
curl http://www.whatismyip.com/automation/n09230945.asp ifconfig | grep "inet addr" | fgrep -v 127.0.0.1 | tr ':' " " | awk '{print $3;}'