====== wget ====== ===== コマンドラインオプション ===== === 証明書チェックをしない === wget --no-check-certificate http://www.foo.com/index.html === サーバから取得したデータを標準出力に表示 === wget http://www.foo.com/index.html -O -