Re: Help with gz files

2006-06-23 Thread Nyizsnyik Ferenc
On Fri, 2006-06-23 at 09:07 +0100, David Goodenough wrote: > On Friday 23 June 2006 08:47, Chuck Payne wrote: > > Lothar Braun wrote: > > > On Fri, 2006-06-23 at 02:10 -0400, Chuck Payne wrote: > > >> hi all, > > >> > > >> I need to pull out one file out of gzip file. Can someone explain to me > >

Re: Help with gz files

2006-06-23 Thread David Goodenough
On Friday 23 June 2006 08:47, Chuck Payne wrote: > Lothar Braun wrote: > > On Fri, 2006-06-23 at 02:10 -0400, Chuck Payne wrote: > >> hi all, > >> > >> I need to pull out one file out of gzip file. Can someone explain to me > >> how. > > > > Use gunzip to do that: > > > > $ gunzip filename.gz > > >

Re: Help with gz files

2006-06-23 Thread John Miller
Chuck Payne wrote: > hi all, > > I need to pull out one file out of gzip file. Can someone explain to > me how. Is the file a single .gz file or a .tar.gz file? Sometimes a tar.gz archive will be saved with only the .gz extension, so you have to run 'file ' to be sure. If it's a .tar.gz archive,

Re: Help with gz files

2006-06-23 Thread Chuck Payne
Lothar Braun wrote: On Fri, 2006-06-23 at 02:10 -0400, Chuck Payne wrote: hi all, I need to pull out one file out of gzip file. Can someone explain to me how. Use gunzip to do that: $ gunzip filename.gz -- Lothar Sorry, what I am wanting to do is pull a file out that gzip fi

Re: Help with gz files

2006-06-23 Thread Lothar Braun
On Fri, 2006-06-23 at 02:10 -0400, Chuck Payne wrote: > hi all, > > I need to pull out one file out of gzip file. Can someone explain to me > how. Use gunzip to do that: $ gunzip filename.gz -- Lothar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Help with gz files

2006-06-22 Thread Chuck Payne
hi all, I need to pull out one file out of gzip file. Can someone explain to me how. Thanks, Payne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]