Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How download multiple files with cURL?
Asked
Nov 01 '21 at 20:04
Active
Nov 01 '21 at 22:38
Viewed
721 times
1
0
I am using a range, but the files are overwritten
curl -o file.svg "example.com/[1-100]"
bash
curl
asked Nov 01 '21 at 20:04
Linar Galiev
11
1
The `curl` documentation deals with this very issue. See `man curl` and take a look at option `-o`.
–
Cyrus
Nov 01 '21 at 20:18
This question is being discussed on [meta](https://meta.stackoverflow.com/questions/412755).
–
cigien
Nov 01 '21 at 22:39
0 Answers
0