Cookieを保存 $ curl -c cookie URL Cookieを送信 $ curl -b cookie URL Postで送信 $ curl -d name=abcd cookie URL 何も出力しない $ curl -s cookie URL ファイルに出力 $ curl -o file.html cookie URL 参考 http://sitearo.com/cocoa/0800_internet/curl/