Created
November 10, 2015 23:17
-
-
Save vseow/4f4ae0543bcbce386ca8 to your computer and use it in GitHub Desktop.
Download from multiple links/URLs in a text file with wget
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 --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