Last active
March 16, 2021 12:43
-
-
Save IlanVivanco/c9344df10d9528ca686ff63263e0205a to your computer and use it in GitHub Desktop.
Download multiple files using wget
This file contains 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
https://example.com/file1.gz | |
https://example.com/file2.gz | |
https://example.com/file3.gz |
This file contains 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
# You can cat to create the file | |
# cat > download_files.txt | |
wget -r -i files.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment