7
4
I'm using wget
with the -i
option to download a list of files from a URL.
However, I want to specify the names that these files will be saved with as well.
I see you can do that with a single file using -O
, and can specify a directory with -P
; is it possible to download a list of files, and specify filenames for each of them?
Potential duplicate: http://superuser.com/questions/61025/how-can-i-make-wget-rename-downloaded-files-to-not-include-the-query-string
– leecbaker – 2011-09-17T09:18:45.037