What's the equivalent of "wget -i FILE" in Curl?
|
feedback
|
migrated from stackoverflow.com Oct 4 '10 at 11:12
This question came from our site for professional and enthusiast programmers.
|
how about:
| |||||
feedback
|
|
Token's approach is the simplest. However, curl also has a
This can be convenient because it also allows you to set all of the other curl command-line options. E.g.
See the man page for more examples. | |||
|
feedback
|