Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 610 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 610 Bytes

unzoo

'unzoo' is a zoo archive extractor. A zoo archive is a file that contains several files, called its members, usually in compressed form to save space. 'unzoo' can list all or selected members or extract all or selected members, i.e., uncompress them and write them to files. It cannot add new members or delete members. For this you need the zoo archiver, called 'zoo', written by Rahul Dhesi.

The origin of this project comes from here:

http:https://archives.math.utk.edu/software/multi-platform/gap/util/unzoo.c

The intent of this repository is to provide a place to collect any more modern fixes.