Download a list of URLs


/ Published in: Bash
Save to your folder(s)

Simply paste the list of URLs into stdin. You can add the option `-P 4` to parallelize the downloads.


Copy this code and paste it in your HTML
  1. xargs -n1 -J % curl -O '"%"'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.