make #curl --url support a file with URLs?

curl.se/mail/archive-2025-01/0…

With my new PR, you can write "curl --url @file" and curl will download all the URLs in the provided file as if -O was used for each one of them. It can also get the list from stdin if you do "--url @-" in style with how other curl options work.

This entry was edited (9 months ago)