Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: .tar and .tar.Z Message-ID: <1990Nov10.003009.2061@ux1.cso.uiuc.edu> Date: 10 Nov 90 00:30:09 GMT References: <2688@ux.acs.umn.edu> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 7 .tar means you have to un-tar the file. .Z means you have to uncompress the file. (.Z is kind of like .ARC or .ZIP). So, if you had a file foo.tar.Z, you would uncompress it, giving foo.tar, then un-tar it giving desired files.