Skip to content

Instantly share code, notes, and snippets.

@vseow
Created November 10, 2015 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vseow/4f4ae0543bcbce386ca8 to your computer and use it in GitHub Desktop.
Save vseow/4f4ae0543bcbce386ca8 to your computer and use it in GitHub Desktop.
Download from multiple links/URLs in a text file with wget
wget --content-disposition -i list-of-links.txt
# Make sure your URLs are in the following format: http://www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment