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.
MACでも動作するはずのスクリプトを作成していますが、curlコマンドを使用して次のコマンドラインと同等のものを知りたいです。
wget --keep-session-cookies --load-cookies=cookies.txt --referer=website.com http://website.com/folder/$count
前もって感謝します。
これを試して:
curl -b cookies.txt -c cookies.txt -e website.com http://website.com/folder/$count