AMP AMP
AMP
0
AMP

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
a sample image
daniel
asked Feb 17 2017

Answer

AMP
0
AMP

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