use of *.Tar.Z

Jan-Piet Mens @ Logix GmbH, Wiesbaden jpm at logixwi.UUCP
Wed Mar 6 22:10:15 AEST 1991


In article <91063.211126NU142696 at NDSUVM1.BITNET> 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.


To unpack the files:
	$ zcat file.tar | tar xvf -
   or   $ zcat file.tar.Z | tar xvf -

To create:
	$ tar cvf file.tar *				# creates file.tar
	$ compress file.tar				# creates file.tar.Z

-- 
Jan-Piet Mens, Logix GmbH				    jpm at logixwi.UUCP
Moritzstr. 50, D-6200 Wiesbaden            ...!uunet!mcsun!unido!logixwi!jpm



More information about the Comp.unix.misc mailing list