How to wget download multiple links in the background
First, create a text file (eg links.txt
) containing all links you want to download. For example
Download all the above in background:
wget -b -i links.txt
To log download progress:
tail wget-log