> > I have both the MOO Server and MOO DB, both compressed as .tar.Z > > > > Could someone please tell me how to decompress these files under AIX > > UNIX? I've tried 'unzip', but it gave me a message about file types (I > > don't remember specificly the message, something about middle-file-types). > > > > try 'uncompress' Then after you uncompress it, untar it.. tar -xf <file name> Phantom