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