home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_tar_un.sit / README < prev   
Encoding:
Text File  |  1988-10-09  |  1.0 KB  |  22 lines

  1. You should have the following files:
  2.  
  3. mtar.c - (MPW C source) An MPW tool for creating unix-compatible tar archives.
  4.         By default, files are stored in the so-called macbinary format, which
  5.     means that both forks of the macintosh file are stored, along with
  6.     macintosh file info (type, creator, mac filename, file dates). This
  7.     in turn means that you can untar the archive on unix, and download
  8.     selected files using the 'macbinary' option of your favorite
  9.     communication program.
  10.     Of course there is an option of storing only data forks of files.
  11.     Do 'mtar -H' for a short help message.
  12. muntar.c - (MPW C source) An MPW tool for extracting files from
  13.     unix-compatible tar archives.  You can extract individual files
  14.     or unpack the whole archive.  muntar will automatically recognize
  15.     files stored in macbinary format, and 'unmacbinary' them so you get
  16.     real macintosh files (both forks, etc.).  Do 'muntar -H' for a short
  17.     help message.
  18. makefile.hqx - A binhex'ed MPW make file for these two programs.
  19.  
  20.         Enjoy,
  21.         gz@entity.com (a.k.a. gz@eddie.mit.edu)
  22.