Created
June 23, 2020 17:48
-
-
Save scheler/59b94918931de5473b1c353345bfd6c4 to your computer and use it in GitHub Desktop.
Simultaneous and parameterized curl requests using GNU Parallel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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