0

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.??

Zip Add a comment
daniel
asked Feb 17 2017

Answer

0

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
Add a comment
jagannatharumugam
asked Apr 02 2017
edited Oct 05 2018
Post your Answer