Skip to content

Instantly share code, notes, and snippets.

@frankyaorenjie
Created June 6, 2018 06:56
Show Gist options
  • Save frankyaorenjie/f6d34742a8b3a5d969904820e5644e40 to your computer and use it in GitHub Desktop.
Save frankyaorenjie/f6d34742a8b3a5d969904820e5644e40 to your computer and use it in GitHub Desktop.
useful shell commands
# parallel download
cat /tmp/urls.txt | parallel -j 100 wget --timeout=2 -q {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment