Skip to content

Instantly share code, notes, and snippets.

@IlanVivanco
Last active March 16, 2021 12:43
Show Gist options
  • Save IlanVivanco/c9344df10d9528ca686ff63263e0205a to your computer and use it in GitHub Desktop.
Save IlanVivanco/c9344df10d9528ca686ff63263e0205a to your computer and use it in GitHub Desktop.
Download multiple files using wget
https://example.com/file1.gz
https://example.com/file2.gz
https://example.com/file3.gz
# 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