Mail Archives: djgpp/1996/10/31/01:18:02
On Wed, 30 Oct 1996, John M. Aldrich wrote:
> Richard Slobod wrote:
> >
> > "John M. Aldrich" <fighteer AT cs DOT com> wrote:
> >
> > >.z gzip archive
> > >.Z compress archive (totally different format)
> >
> > The normal extension for a gzip archive is .gz; I believe .z indicates
> > a pack archive.
>
> .gz is of course the most common under Unix, but .z also seems to be
> recognized. :)
.Z is the extension given by `compress'. Gzip recognizes it because it
can uncompress files compressed by `compress'. And since on MSDOS .z and
.Z are the same extension, it also recognizes the lower-case variety.
- Raw text -