Skip to content

Instantly share code, notes, and snippets.

@atran
Created September 18, 2013 23:30
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