Ad

daniel
asked Feb 17 2017
Answer
Yes, assume that your four files are a.zip b.zip c.zip d.zip To combine those zip files into single zip file, follow the below command.
# zip -r combined.zip a.zip b.zip c.zip d.zip

jagannatharumugam
asked Apr 02 2017
edited Oct 05 2018
How to combine many zip files to one zip file
I have created four zip files and is it possibe to combine those zip files into a single zip file.??