/ 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
Copy this code and paste it in your HTML
xargs -n1 -J % curl -O '"%"'