home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / internet / services / 2647 < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.4 KB  |  69 lines

  1. Newsgroups: alt.internet.services
  2. Path: sparky!uunet!microsoft!hexnut!davidem
  3. From: davidem@microsoft.com (Davide Moraschi)
  4. Subject: Re: File extension .Z
  5. Message-ID: <1993Jan25.120519.3048@microsoft.com>
  6. Date: 25 Jan 93 12:05:19 GMT
  7. Organization: Microsoft Spa - Milano, ITALY
  8. References: <1993Jan25.034032.11647@koko.csustan.edu> 
  9. Lines: 58
  10.  
  11. In article <1993Jan25.034032.11647@koko.csustan.edu> jfleming@koko.csustan.edu wrote:
  12. > Can someone direct me to a newsgroup where I can find out
  13. > about files on UNIX machines which have the .Z extension.
  14. > I need to know about how to access these files.
  15. > Thank You.. John Fleming
  16.  
  17. Taken from the internet Resource Guide:
  18.  
  19. HOW TO UNCOMPRESS AND EXTRACT THE tar.Z FILES
  20.  
  21.     Do not attempt to use the tar.Z files unless you have the Unix
  22. "compress" and "uncompress" commands and the "tar" command on your host
  23. computer, and your operating system is compatible with Berkeley Unix.
  24.  
  25.     1)  Use the "uncompress" command to replace the compressed "Z" file
  26.         with a copy of the file as it was before "compress" was used:
  27.  
  28.             uncompress -v chapter1-ps.tar.Z
  29.             chapter1-ps.tar.Z:  -- replaced with chapter1.tar
  30.  
  31.         The result is "chapter1-ps.tar".
  32.  
  33.     2)  Use the "tar -xvf" to replace the tar file with the set of
  34.         directories and files in the original file.
  35.  
  36.             tar -xvf chapter1.tar
  37.             x copyright.ps, 5931 bytes, 12 tape blocks
  38.             x copyright.txt, 945 bytes, 2 tape blocks
  39.             etc. ...
  40.  
  41.         This creates a new directory, chapter.1, with the files
  42.  
  43.             copyright.ps
  44.             copyright.txt
  45.             intro.ps
  46.             intro.txt
  47.             section1-1.ps
  48.             section1-1.txt
  49.             etc. ...
  50.  
  51.     Then you throw away the files you don't want -- either the ".ps"
  52. files or the ".txt" files -- and print the files that remain.
  53.  
  54.     For more information about the action of these commands, consult the
  55. manual for your Unix system, or give the commands "man compress" and
  56. "man tar" for online documentation.
  57.  
  58. Ciao
  59.  
  60. |=============================|========================================|
  61. |      Davide Moraschi        |      internet: davidem@microsoft.com   | 
  62. |  Language Support Services  |      UUCP    : microsoft!davidem       |
  63. |       Microsoft Spa         |      Voice   : 39 - 2 - 26912204       |
  64. |     Milano  -  Italy        |      Fax     : 39 - 2 - 21072020       |
  65. |=============================|========================================|
  66.  
  67.