Return to Snippet

Revision: 10509
at January 2, 2009 16:26 by xenonite


Updated Code
xargs -n1 -J % curl -O '"%"'

Revision: 10508
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