Question: Can someone help me with this assignment, we are using Linux operating system and we are using Kate editor on it. Thanks in advance! mergepdf
mergepdf part 1 Description This is the first of several parts in which you will be writing a shell script that will merge a collection PDF files into a single large PDF file. The final program wil be able to merge PDF files found within zip files Write a Bash shell script named mergepdf that expects one argument that is expected to be a zip file. It will unzip the file into the current directory. You would use the program like this: mergepdf somezipfile.zip Two utilities commonly available on linux are zip and unzip. You will need to use unzip $1 in your script to expand the zipfile named on the command line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
