Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help with archives!!!

0 views
Skip to first unread message

dcon...@news.delphi.com

unread,
May 18, 1994, 10:22:17 PM5/18/94
to
Can anyone tell me what compression program is used to generate the
files xxxxx.tar.z found on raven? I know the regular compress program
uses the format xxxxx.tar.Z instead. Which program is the best one
to uncompress these and where can it be found? Thanks!

___________________________________________________________________
Don Congdon | Those who scorn computer history
Consultant | are those who really don't grasp
Congdon ComputerTECH Services | what is happening today and will
dcon...@delphi.com | never really shape tomorrow.
-------------------------------------------------------------------

Harry C Pulley

unread,
May 20, 1994, 3:33:06 PM5/20/94
to
DCON...@DELPHI.COM (dcon...@news.delphi.com) wrote:
: Can anyone tell me what compression program is used to generate the

: files xxxxx.tar.z found on raven? I know the regular compress program
: uses the format xxxxx.tar.Z instead. Which program is the best one
: to uncompress these and where can it be found? Thanks!

You need gzip. It is included with Coherent 4.2. If you have 4.0 then you
should get a copy from raven. I think it is in the sources32 directory, but
I'm not positive.

Harry
--
hpu...@uoguelph.ca |This message released|It takes all kinds,
Harry C. Pulley, IV |to the PUBLIC DOMAIN.|and to each his own.
----------------------------------+---------------------|This thought in mind,
Stay away from the DOS side, Luke!|Un*x don't play that.|I walk alone.

Christopher Sean Hilton

unread,
May 20, 1994, 7:53:48 PM5/20/94
to
>
> Can anyone tell me what compression program is used to generate the
> files xxxxx.tar.z found on raven? I know the regular compress program
> uses the format xxxxx.tar.Z instead. Which program is the best one
> to uncompress these and where can it be found? Thanks!
>

Compression Decompression
Extension: program: program:
.Z compress uncompress/zcat
.tar.Z tar | compress uncompress/zcat | tar
.z gzip gunzip
.tar.z tar | gzip gunzip | tar
.tgz, .gtz, .taz gtar cz[opts] gtar xz[opts]

For your example:

gunzip <xxxxx.tar.z | tar xf -

should work for you. For more info look up the man pages on the
particular program.

Christopher Sean Hilton hil...@mwc.com
---------------------------------------------------------------------------
Bullwinkle: Hey Rock, watch me pull a rabbit out of my hat!
Rocky: Again!?
Bullwinkle: Nothin' up my sleeve, presto.
Rhino: RRRGGGHH!
Bullwinkle: Must be the wrong hat!

Udo Munk

unread,
May 20, 1994, 7:59:04 PM5/20/94
to
> Can anyone tell me what compression program is used to generate the
> files xxxxx.tar.z found on raven? I know the regular compress program
> uses the format xxxxx.tar.Z instead. Which program is the best one
> to uncompress these and where can it be found? Thanks!

This files are compressed with GNU zip, you'll find a port of the
package on raven and MWCBBS. If you are running Coherent 4.2 it's
included in the distribution. To uncompress a file type "gunzip
filename", to un-tar a gzipp'ed tar archive on the fly type
"tar xzvf filename.tar.z".
--
Udo Munk u...@mwc.com
Mark Williams Company
Technical Development

Fred Butzen

unread,
May 22, 1994, 4:08:08 PM5/22/94
to
>
> Can anyone tell me what compression program is used to generate the
> files xxxxx.tar.z found on raven? I know the regular compress program
> uses the format xxxxx.tar.Z instead. Which program is the best one
> to uncompress these and where can it be found? Thanks!
>
Use gunzip.

Michael Gerhards

unread,
May 24, 1994, 9:53:53 AM5/24/94
to
In article <2reigp$a...@news.delphi.com> , DCON...@DELPHI.COM wrote:
> Can anyone tell me what compression program is used to generate the
> files xxxxx.tar.z found on raven? I know the regular compress program
> uses the format xxxxx.tar.Z instead. Which program is the best one
> to uncompress these and where can it be found? Thanks!

Use gzip. The first version used the suffix .z whereas the newer ones
use .gz to avoid confusion with the program pack.

Michael
--
mic...@jester.GUN.de * Michael Gerhards , Preussenstrasse 59 , D 41464 Neuss
* Modem: +49 2131 80923 , login guest, no password

0 new messages