home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ibm / pc / misc / 15771 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!pipex!mfmail!sts
  3. From: sts@mfltd.co.uk (Steve Sherwood)
  4. Subject: Re: Need help with ".Z" files...
  5. Message-ID: <1992Dec14.150402.13149@mfltd.co.uk>
  6. Sender: news@mfltd.co.uk (News Login)
  7. Reply-To: sts@mfltd.co.uk
  8. Organization: Micro Focus Ltd, Newbury, England
  9. References: <1992Dec11.031426.1@camins.camosun.bc.ca> <torresce.724340604@craft.camp.clarkson.edu>
  10. Date: Mon, 14 Dec 1992 15:04:02 GMT
  11. Lines: 40
  12.  
  13. In article <torresce.724340604@craft.camp.clarkson.edu>, torresce@craft.camp.clarkson.edu (Alex "Mystic" Soto) writes:
  14. |> comptec91006@camins.camosun.bc.ca (Michael Botten) writes:
  15. |> 
  16. |> >This question doesn't really have much to do with this newsgroup, but I
  17. |> >suspect someone here will know the answer.  So here goes nothing...
  18. |> 
  19. |> >What needs to be done to files ending in '.Z'  (eg. filename.ext.Z) to make
  20. |> >them usable?  I assume they are archived.  I guess I just need to know the
  21. |> >name of the archiver so I can get it from an FTP server somewhere.
  22. |> 
  23. |> Actually, doesn't .Z mean they are tar'ed?  I think compressed or packed is
  24. |> small .z
  25. |> If it is tared together, you will have to go into UNIX and untar it by
  26. |> typing: tar xvf filename.ext.Z
  27. |> In case I'm wrong, you can also do a 'man tar'
  28. |>     Hope this helps.
  29. |>         Mystic
  30. |> (alex.soto@analog.com)
  31. |> 
  32.  
  33. Files with a lower case 'z' are packed (use unpack <filename>)
  34. Files with an upper case 'Z' are compressed (use uncompress <filename>)
  35.  
  36. If file is compressed and tar'ed it will probably have the extension
  37. foo.tar.Z (or foo.taz)
  38.  
  39. You must first uncompress it, before you can extract the files from the 
  40. archive.  If the file has un upper case Z then it can be extracted
  41.  
  42. zcat foo.tar.Z | tar xvof -
  43.  
  44. Steve
  45.  
  46. -- 
  47. +-----------------------------------+------------------------+ Micro Focus
  48. | Just like Pariah, I have no name, |    rm -rf *            | 26 West Street
  49. | Living in a blaze of obscurity,   |      "rum ruff splat"  | Newbury
  50. | Need courage to survive the day.  |                        | Berkshire
  51. +-----------------------------------+------------------------+ England
  52.       Extn 5543, sts@mfltd.co.uk, !uunet!mfocus!sts
  53.