D.V.Rogers was once rumoured to have said:
> have readthe book, twice
> still having problems uncompressing .tgz files

Generic solution:

gzip -dc mytar.tgz | tar xf -

GNU Tar solution:

tar zxf mytar.tgz

'nuff said.

C.
-- 
--==============================================--
  Crossfire      | This email was brought to you
  [EMAIL PROTECTED] | on 100% Recycled Electrons
--==============================================--

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to