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.
我可以使用以下命令下载 http(s) 链接的标头:
curl -kI http://stackoverflow.com > out.txt
如果链接是指向另一个链接的重定向,我也可以使用以下命令下载目标的标头:
curl -kIL http://stackoverflow.com > out.txt
是否可以在aria2中做同样的事情?