Re: [Eug-lug]extract to here

2002-11-06 Thread Mike O
gunzip filename.gz tar -xzvf filename.tar.gz couldn't resist. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ___ Eug-LUG mailing list [EMAIL PROTECTED]

Re: [Eug-lug]extract to here

2002-11-06 Thread Dexter Graphic
On Wed, 2002-11-06 at 15:30, Mike O wrote: gunzip filename.gz tar -xzvf filename.tar.gz couldn't resist. The gunzip worked but it deleted the original file.Is there some way to stop it from doing this? ___ Eug-LUG mailing list [EMAIL PROTECTED]

Re: [Eug-lug]extract to here

2002-11-06 Thread Ralph Zeller
On 11/06/02 04pm, Dexter Graphic wrote: On Wed, 2002-11-06 at 15:30, Mike O wrote: gunzip filename.gz tar -xzvf filename.tar.gz couldn't resist. The gunzip worked but it deleted the original file.Is there some way to stop it from doing this? Next time, just use: tar xzvf

Re: [Eug-lug]extract to here

2002-11-06 Thread Jacob Meuser
On Wed, Nov 06, 2002 at 04:22:38PM -0800, Dexter Graphic wrote: On Wed, 2002-11-06 at 15:30, Mike O wrote: gunzip filename.gz tar -xzvf filename.tar.gz couldn't resist. The gunzip worked but it deleted the original file.Is there some way to stop it from doing this? $ gunzip -c

RE: [Eug-lug]extract to here

2002-11-06 Thread Cory Petkovsek
and uncompresses them on the fly, but I haven't tried it. Part of the gzip package. Cory -Original Message- From: Jacob Meuser [mailto:jakemsr;jakemsr.com] Sent: Wednesday, November 06, 2002 5:33 PM To: EUGLUG Subject: Re: [Eug-lug]extract to here On Wed, Nov 06, 2002 at 04:22:38PM