Welcome, Guest. Please login or register.

Author Topic: .gz files  (Read 2647 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: .gz files
« on: December 20, 2008, 11:16:51 PM »
It's strange behavior inherited from the Unix world. Tar collects a bunch of files into one, but can't compress. GZip compresses, but can't handle more than one file. Put them together and you've got serviceable archive handling. Newer Unix-y shell tools have decompression down to a single step, but Unarc still needs two.

Try Voodoo-X to simplify things a bit more.