I would like to download files from a list.
e.g. list.txt
is the list file.
It contains the list of file names:
pic_01.jpg
pic_02.jpg
pic_xxx.jpg
I need a loop which takes out the file name one by one and write it into an another file (just one name). The download script will use this single file name.
To summarize: send a file name from a list to another file, which contains only one file name (probably with a loop).
wget
to download them all in one go. https://askubuntu.com/questions/103623/download-files-from-a-list – Dan Apr 09 '18 at 07:30