From Eugene.Leitl:~at~:lrz.uni-muenchen.de Mon Nov 18 07:38:31 1996 Received: from sunsrv5.lrz-muenchen.de for Eugene.Leitl # - at - # lrz.uni-muenchen.de by www.ccl.net (8.8.2/950822.1) id GAA08495; Mon, 18 Nov 1996 06:51:07 -0500 (EST) Received: from sun2.lrz-muenchen.de by sunsrv5.lrz-muenchen.de; Mon, 18 Nov 96 12:50:13 +0100 Received: by sun2.lrz-muenchen.de (5.x/SMI-SVR4) id AA11639; Mon, 18 Nov 1996 12:50:10 +0100 Date: Mon, 18 Nov 1996 12:50:08 +0100 (MET) From: Eugene Leitl X-Sender: ui22204 ^at^ sun2 To: Grant Handford Cc: CHEMISTRY -x- at -x- www.ccl.net Subject: Re: CCL:tar files In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 18 Nov 1996, Grant Handford wrote: > Dear CCLer's:- > > I am a new student of Computational Chemistry and I am just getting > started at using a computer for e-mail, Internet, etc. I need to know how > to convert compressed tar files into usable form. If you could help me it > would be very much appreciated. Thank You. hint: type man tar at unix prompt. Q&D: If you're using GNU tar: tar xzvf foo.tar.gz (means: eXtract unZip Verbose F?) For vanilla tar: gzip -d foo.tar.gz (means: gnuzip -decompress ) (or gunzip foo.tar.gz) then tar xvf foo.tar hope this helps, 'gene P.S. to create an archive: tar cvf foo.tar YourDirectory then gzip -9 foo.tar to create a compressed version of it. Can also be done with pipes, and GNU tar can do it one go, if you use the z option. > Sincerely, > Grant. > E-mail:- granthan*- at -*islandnet.com >