Urls are already conveniently in a text file, one line per url, so it’s probably trivial curl/wget/LWP one-liner. Anybody cares to share such?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With LWP you can do this (redirecting output to a file if you so wished)
The quickest way (as in getting the results faster) would be to launch processes in parallel, of course.