Split ZIP files
18 October 2021
ZIP
shell
script
$ zip -r -s 5m myFiles.zip exampleFolder/
-r
is for recursive
-s
splits the zip archive
5m
a specified size
myFolder.zip
- result name of the archive
exampleFolder/
- target folder