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 を使用する方法がわかりません。ラップトップのローカル IP と外部 IP を外部 Web サイトに投稿するシェル スクリプトを手伝ってくれる人がいますか? (GET メソッドと POST メソッドの両方)
curl http://www.whatismyip.com/automation/n09230945.asp ifconfig | grep "inet addr" | fgrep -v 127.0.0.1 | tr ':' " " | awk '{print $3;}'