Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!uunet!fub!uniol!Gerhard.Moeller From: Gerhard.Moeller@arbi.informatik.uni-oldenburg.de (Gerhard Moeller) Newsgroups: comp.unix.questions Subject: Re: .tar and .Z extensions on files -- what are they? Message-ID: <4397@uniol.UUCP> Date: 28 Jan 91 10:52:54 GMT References: <2958@ac.dal.ca> Organization: University of Oldenburg, Germany Lines: 30 06davis@ac.dal.ca writes: >sorry folks, > I don't know if this is the correct newsgroup to ask this question, >but I've been bombing around the FTP sites and have found files with extentions ^^^^^^^ well, well, well... >like .tar and .Z and have wondered if this is a unix-style archive format. If >it is I would be interested in getting the dearchiving program or at least some >idea where I could obtain it. .tar files are archieved with the tar command. To extract them use tar xvof where tar ist the command, x means extract, v verbose (bla, bla), o owner (to make sure you are the owner afterwards, important!) and f use file (otherwise tar thinks you use a tape) and is the filename WITH the .tar suffix. .Z means that the file is compressed with the compress command. Use uncompress to uncompress it. (Somehow logic) By the way: RTFM (read the fu* manuals.. ;-) ) for *much* more info. Gerhard. -- +---------------------------< principiis obsta! >---------------------------+ | Gerhard Moeller, Teichstrasse 12, 2900 Oldenburg (FRG) [Geb. 02/21/68] | | inhouse: faramir!gemoe uucp: ...(unido!)uniol!gmoeller | |DOMAIN: gerhard.moeller@arbi.informatik.uni-oldenburg.de | |BITNET: gmoeller%arbi.informatik.uni-oldenburg.de@DOLUNI1 (106495@DOLUNI1) | +-----------------------> the medium is the message <-----------------------+