Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created December 28, 2016 22:05
Show Gist options
  • Select an option

  • Save carlosipe/90457403d47d940d9e30b07294ed766b to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/90457403d47d940d9e30b07294ed766b to your computer and use it in GitHub Desktop.
wget from list of files
while read url filename; do wget -O "$filename" "$url"; done < /tmp/urls_and_filenames.txt
@carlosipe
Copy link
Author

apt-get install parallel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment