Let's say I have a text file of hundreds of URLs in one location, e.g.
http://url/file_to_download1.gz
http://url/file_to_download2.gz
http://url/file_to_download3.gz
http://url/file_to_download4.gz
http://url/file_to_download5.gz
....
What is the correct way to download each of these files with wget
? I suspect there's a command like wget -flag -flag text_file.txt