How to `wget` a list of URLs in a text file?
Quick man wget gives me the following: [..] -i file –input-file=file Read URLs from a local or external file. If – is specified as file, URLs are read from the standard input. (Use ./- to read from a file literally named -.) If this function is used, no URLs need be present on the command … Read more