Created
December 24, 2020 20:58
-
-
Save Morriz/7b58ed2f06886ff344e0f38c7875c505 to your computer and use it in GitHub Desktop.
Mo'z handy oneliners
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
# wget list of urls simultaneously with xargs, 32 at a time | |
cat list.txt | xargs -n 1 -P 32 wget -q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment