use of *.Tar.Z

Hendrik te Winkel hendrik at cca.vu.nl
Tue Mar 5 19:41:16 AEST 1991


NU142696 at NDSUVM1.BITNET writes:

>If you know how to make or unpack the *.tar.Z files, please send me some
>information. Thank you very much.

Let's presume you have a file called filename.tar.Z
Then type:
uncompress filename.tar
	#gives you filename.tar
tar xvf filename.tar
	#gives you the files from the archive

Or alternatively:
zcat filename.tar | tar xf -
which does the same.

Hendrik
-- 
Hendrik te Winkel hendrik at cca.vu.nl
	I don't want no one crying, or feeling sad,
	or standing in the rain without their hat.
	- Chi Coltrane.



More information about the Comp.unix.misc mailing list