

It supports various file types and has features that are hard to find on other file archivers on Mac. You need to be familiar with unzipping files, more info here. Keka lets you uncompress and compress files. If you created the pieces by directly splitting the zip file, as opposed to creating a multi-part zip with the official Pkzip utility, all you need to do is join the parts. Keka is an easy-to-use file compressor app for Mac. >test.zip directs the output into the file test.zip. cat test.zip.* concatenates all the files called test.zip.* where the wildcard * stands for any sequence of characters the files are enumerated in lexicographic order, which is the same as numerical order thanks to the leadings zeroes.

So you need to first concatenate the pieces, then repair the result.
Keka unzip manual#
See the zip 3 manual page for more information.)
Keka unzip archive#
Also, zip 3.0 and later can combine multi-part (split) archives into a combined single-file archive using zip -s- inarchive -O outarchive. (All parts must be concatenated together in order, and then zip -F (for zip 2.x) or zip -FF (for zip 3.x) must be performed on the concatenated archive in order to “fix” it. Multi-part archives are not yet supported, except in conjunction with zip. Other great apps like 7-Zip are WinRAR (Freemium), Bandizip (Freemium), WinZip (Paid) and Keka (Free, Open Source). The best alternative is PeaZip, which is both free and Open Source. The Linux unzip utility doesn't really support multipart zips. There are more than 100 alternatives to 7-Zip for a variety of platforms, including Windows, Mac, Linux, Android and BSD.
