Newsgroups: rec.arts.int-fiction
Path: nntp.gmd.de!news.ruhr-uni-bochum.de!news.uni-stuttgart.de!uni-regensburg.de!lrz-muenchen.de!informatik.tu-muenchen.de!Germany.EU.net!howland.reston.ans.net!newsfeed.internetmci.com!newshub.csu.net!usc!elroy.jpl.nasa.gov!lll-winken.llnl.gov!nntp.coast.net!torn!watserv3.uwaterloo.ca!undergrad.math.uwaterloo.ca!svanegmo
From: svanegmo@undergrad.math.uwaterloo.ca (Stephen van Egmond)
Subject: Re: Inform 6 decompressing
Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
Message-ID: <Dqy47J.515@undergrad.math.uwaterloo.ca>
Date: Sun, 5 May 1996 18:47:43 GMT
References: <4mgpk6$43s@newsreader.wustl.edu>
Nntp-Posting-Host: cantor.math.uwaterloo.ca
Organization: University of Waterloo
Lines: 8

If the filename is .tar.gz:

gunzip filename.tar.gz

tar -xvf filename.tar

If it's .tgz, I rename it to .tar.gz and go from there.

