Friday, 17 November 2017

Zip into separate files

I need to separate a huge directory into multiple .zip files that are not interdependent on each other. So, instead of:



  • file1.zip

  • file2.z01

  • file3.z02


I would like the following set of files instead:



  • file1.zip

  • file2.zip

  • file3.zip


I wish to open each .zip file separately. Preferably I could state a maximum file size of 2GB per file that each of these .zip files will not exceed.


Anyone have a good idea?

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...