Skip to content

Instantly share code, notes, and snippets.

@atran
Created September 18, 2013 23:30
Show Gist options
  • Save atran/6617222 to your computer and use it in GitHub Desktop.
Save atran/6617222 to your computer and use it in GitHub Desktop.
Download a list of files with renamed filename
for i in `cat list.txt`; do wget --content-disposition $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment