Is there any program on mac which can do it (free ones are preferred)?
|
feedback
|
|
7-zip can do this and it's open source and free. You can find the osx downloads towards the bottom of the page. | |||||
feedback
|
|
Any command-line archiving tool can do this when combined with the split command: gzip example:
The files generated will look like:
To put them back together, use If you already made an 'Archive.zip' of some files using the right click menu, you can split it after the fact by typing in a terminal:
| |||
|
feedback
|