home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / misc / 5189 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!uchinews!msuinfo!crs.cl.msu.edu!chena
  3. From: chena@crs.cl.msu.edu (Antony Chen)
  4. Subject: Re: .Z files ---->what are they, what do I do with them?
  5. Message-ID: <1992Sep12.050434.28299@msuinfo.cl.msu.edu>
  6. Sender: news@msuinfo.cl.msu.edu
  7. Organization: Michigan State University
  8. References: <1992Sep9.211050.24459@magnus.acs.ohio-state.edu> <1992Sep10.161628.14830@msuinfo.cl.msu.edu> <1992Sep10.224012.25288@cbnewsm.cb.att.com>
  9. Distribution: usa
  10. Date: Sat, 12 Sep 92 05:04:34 GMT
  11. Lines: 23
  12.  
  13. evans1@cbnewsm.cb.att.com (Dan Evans) writes:
  14.  
  15. [my first reply junk deleted]
  16.  
  17. >What about the files on SIMTEL20 (and elsewhere) that have a .tar.Z extension?
  18. >Is there additional processing besides the decompression?
  19.  
  20. The .tar.Z extension is the Unix method of pkzip/unzip.  To uncompress this
  21. file AND untar it, type:  zcat <filename>.tar.Z | tar xvf -  
  22. I suggest making it a background process.  I haven't hit a system that
  23. doesn't have the zcat command, but if not, do this:
  24.      uncompress <filename>.tar.Z
  25.      tar xvf <filename>.tar
  26.  
  27. That should do it...
  28.  
  29. ****************************************************************************
  30. MMMMM      MMMMM  Antony Chen aka MELVIN @ University of Michigan, Ann Arbor
  31.  MMMM      MMMM   GO BLUE!!  THE FAB 5 RULES: Mama said knock you out! 
  32.  MMM MM  MM MMM   Mud-related mail: tonychen@engin.umich.edu
  33.  MMM  MMMM  MMM      Personal mail: Antony.Chen@um.cc.umich.edu
  34.  MMM   MM   MMM          Misc mail: tchen@churchst.ccs.itd.umich.edu
  35. MMMMM      MMMMM  ***********************************************************
  36.