running wget multiple times
hi there,
I'm currently collecting game videos from net. Most of these are avi files and I don't like typing "wget url/filename" every time I found a file that I want on my server.
I want to make a list of the url's on a document and *then* I want wget to run through that document and download all the links(files) in that document. Is it possible?
Thanks
|