home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp48 / 6495 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  725 b 

  1. From: akcs.fatri@hpcvbbs.cv.hp.com (fatri)
  2. Date: Thu, 24 Dec 1992 12:40:02 GMT
  3. Subject: Re: help with uncompress utilities
  4. Message-ID: <2b39ae09.2427.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hplabs!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.fatri
  6. Newsgroups: comp.sys.hp48
  7. References: <13DEC199202524101@pavo.concordia.ca>
  8. Lines: 12
  9.  
  10. A tar.Z file is a group of files that have been first 'tared'
  11. ( put together into a single file)
  12. then the file has been compressed.
  13.  
  14. To decompress this file (say its name is hello.tar.Z)
  15. "uncompress hello.tar.Z"
  16. you'll get hello.tar, then
  17. "tar xf hello.tar"
  18. so as to break the hello.tar file into seperate files.
  19. that's all
  20.  
  21. bye
  22.  
  23.