Compression Problem

I can't seem to find a tool that splits compressed files the way 7zip does.
I need a tool that compresses a file and saves the output in multiple files.
Does anyone know if this exists? Thanks
 
You can always use split. Generate the compressed file however you like and use split to generate the small files and cat to join them.
 
Back
Top