Is there a command to create multiple ZIP files based on file size? So that in a folder of 600 files, totalling 1 GB, the command will create 4 zips roughly equal to 250mb.
There's a similar command here. But it ZIPs files according to a file number limit.
I also don't want the resulting zip files to be connected with each other, so that I can open them individually and won't need to open all of them at the same time.