Skip to content

Instantly share code, notes, and snippets.

@am5a03
Created February 27, 2016 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am5a03/00923cb027049956b6c0 to your computer and use it in GitHub Desktop.
Save am5a03/00923cb027049956b6c0 to your computer and use it in GitHub Desktop.
Download a sequence of file in command
seq 1 10 | xargs -n1 -P2 bash -c 'i=$0; url="http://example.com/?page${i}.html"; curl -O -s $url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment