Question: task8 Write a bash script accepting three arguments: (url), (list file), and (output). The script has to download from (url) all the files specified (one

 task8 Write a bash script accepting three arguments: (url), (list file),

task8 Write a bash script accepting three arguments: (url), (list file), and (output). The script has to download from (url) all the files specified (one per line) in (list.file). Assume that all the files specified in (list file) are PDF files. Then, the script has to concatenate (maintaining the order specified in (list file)) all the downloaded files to generate a single PDF file. The resulting concatenated file must be saved in output) For instance, if the script is invoked in the following way: ./script.sh http://homepage.divms.uiowa. edu/"bianch/ task8list.txt output.pdf The script should generate a file called output.pdf, equal to task8samplesolution.pdf. You can find the files task8list.txt and task8samplesolution.pdf in the tar file of this homework I suggest using the command wget to download the files and the command pdftk to concatenate them

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!