From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: tar.gz? Date: Thu, 03 Apr 1997 08:24:23 -0500 Organization: Cornell University Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <3343AF87.7D3399D4@cornell.edu> References: <33439D17 DOT 6758 AT geocities DOT com> NNTP-Posting-Host: cu-dialup-0030.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Rick Dague wrote: > > How do I unpack files that end in tar.gz on MSDOS? I've downloaded the > gnu elisp manual and changed its name to elisp-ma.tgz, and using > gunzip spits out the file elisp-ma.tar. > look for djtar and djtarx in the bin subdirectory of your djgpp installation. i think the documentation is in the info docs. djtar is like a dry run, it does not actually extract the files djtarx extracts the files most of the time i just type djtar file.tar.gz to see if there are potential name problems (valid if you are restricted to 8.3 filenames) and then djtarx file.tar.gz to actually extract the archive. never had any problems so far. ---------------------------------------------------- A. Sinan Unur mailto:asu1 AT cornell DOT edu http://www.people.cornell.edu/pages/asu1