Downloading multiple pdf's via wget into one output...issue -


i have issue wget i'm experiencing. i'm working on studio download multiple pdf's via wget , export them master file. code i'm utilizing is:

wget -i wgeturl [which contains of urls] -o wgeturldownloads 

the problem i'm experiencing each iteration of download overwrites previous download. so, i'm expecting see multiple files, i'm seeing one.

any suggestions?

tl;dr: i'm using wget download multiple (60+) pdfs , outputting them 1 file. it's not working expected though. halp!

download files individually , use pdftk merge them.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -