Skip to content

Instantly share code, notes, and snippets.

@Morriz
Created December 24, 2020 20:58
Show Gist options
  • Save Morriz/7b58ed2f06886ff344e0f38c7875c505 to your computer and use it in GitHub Desktop.
Save Morriz/7b58ed2f06886ff344e0f38c7875c505 to your computer and use it in GitHub Desktop.
Mo'z handy oneliners
# 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