Skip to content

Instantly share code, notes, and snippets.

@scheler
Created June 23, 2020 17:48
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 scheler/59b94918931de5473b1c353345bfd6c4 to your computer and use it in GitHub Desktop.
Save scheler/59b94918931de5473b1c353345bfd6c4 to your computer and use it in GitHub Desktop.
Simultaneous and parameterized curl requests using GNU Parallel
parallel --jobs 2 curl -O -s http://example.com/?page{}.html ::: {1..10}
# source: https://stackoverflow.com/questions/8634109/parallel-download-using-curl-command-line-utility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment