/ Published in: Bash
Simply paste the list of URLs into stdin. You can add the option -P 4 to parallelize the downloads.
Expand |
Embed | Plain Text
xargs -n1 -J % curl -O '"%"'
You need to login to post a comment.
