Date: Tue, 11 Aug 1998 19:49:22 -0500 From: Edwin Culp <eculp@webwizard.org.mx> To: Jack Wenger <jwenger@acw-web.com> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar Message-ID: <35D0E692.1DCED11E@webwizard.org.mx> References: <Pine.BSF.3.96.980811184204.16258A-100000@br01.acw-web.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jack Wenger wrote: > Simple question, how can I compress a tarball as it's made, using > compress? > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > like that? > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Jack Wenger > webmaster@ac-ent.com > IBM Advanced BesTeam Member > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ how about # tar -czvf fred.tar.gz * provecho ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35D0E692.1DCED11E>