home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / tar.shar / Readme < prev    next >
Text File  |  2009-11-06  |  1KB  |  31 lines

  1.  
  2. this version of tar has originally been Simmule Turners tar for OS-9/6809.
  3. I've adapted it to OS-9/68k and added some new features.
  4. I did this in a manner that it still should be able to be compiled on a
  5. 6809 system (but i haven't been able to test it).
  6.  
  7. new features :
  8.  
  9.    it's now possible to extract a single file from an archive
  10.    all missing directories are now automatically created
  11.    extraction of entire directories in now possible
  12.    directories from UNIX-written archives are now correctly created
  13.    
  14. examples:
  15.  
  16.    tar x archive test/abc     extract file 'test/abc' from archive
  17.                                directory 'test' is automatically created
  18.  
  19.    tar x archive test         extracts entire directory 'test'
  20.  
  21. please send more ideas or bug reports to me :
  22.  
  23. Stephan Paschedag           paschedag@strati.ethz.ch  or  stp@ethz.UUCP
  24. Swiss Federal Institute Of Technology Zurich          ..!cernvax!ethz!stp
  25.  
  26. Fixes by blarson@usc.edu:
  27.  
  28. Create writable directories, even if the files in them are read only.
  29. Convert - to _ when creating files.
  30. Some code cleanup.
  31.