Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!usc!julius.cs.uiuc.edu!psuvax1!news From: melling@cs.psu.edu (Michael D Mellinger) Newsgroups: comp.sys.next Subject: Re: File compressor Message-ID: Date: 12 Feb 91 13:00:03 GMT References: <27B5D1B2.7226@ics.uci.edu> <27B7576A.5629@ics.uci.edu> Sender: news@cs.psu.edu (Usenet) Organization: Penn State Computer Science Lines: 18 In-Reply-To: kwerle@bonnie.ics.uci.edu's message of 12 Feb 91 02:48:10 GMT Nntp-Posting-Host: client6.cs.psu.edu GNU tar will compress your your tar file as it creates it. tar cfz archive dir-name I had a few problems compiling version 1.09, so I'm still using 1.08. It will also uncompress a .tar.Z file, so you don't have to type all of this. zcat archive | tar xf - Instead, type tar xfz archive. Include any other tar switches that you would normally use. -Mike