Revision: 10508
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 2, 2009 16:24 by xenonite
Initial Code
xargs -n1 -J % curl -O "%"
Initial URL
Initial Description
Simply paste the list of URLs into stdin. You can add the option `-P 4` to parallelize the downloads.
Initial Title
Download a list of URLs
Initial Tags
curl, download
Initial Language
Bash