home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / TAROS2.ZIP / TAR.TXT < prev   
Text File  |  1990-09-27  |  1KB  |  35 lines

  1. Notes on OS/2 TAR
  2.  
  3. This is a port of PD TAR to OS/2. All features are functional, except that
  4. reading/writing to a "raw" device is not supported. I needed TAR
  5. (Unix archiving) to port Unix files onto OS/2.
  6.  
  7. To take apart a TAR file, use the TAR utility. I ported this to OS/2
  8. myself, and as a time-saving measure, "removed" some features.
  9. Specifically, direct device access and multi-volume TAR files DO NOT
  10. WORK.
  11.  
  12. COM, OBJ and EXE files are added and extracted in BINARY mode. Other
  13. file extensions are presumed to be text files, and are converted to
  14. and from Unix format as appropriate (stored in Unix format in the
  15. TAR archive, and in DOS format when extracted). Other BINARY extensions
  16. can be declared using the -U option. However, most Unix archives are
  17. source code, and so this doesn't apply.
  18.  
  19.         [D:\]TAR -x -F ARCHIVE.TAR
  20.  
  21. will extract all files from ARCHIVE.TAR, re-creating the original
  22. directory structure. Filenames are converted from Unix format to
  23. DOS format as the extraction proceeds.
  24.  
  25. This utility has been used to extract several large FSF distribution
  26. archives, including GHOST.TAZ, with no problems.
  27.  
  28. TAR.EXE has been "bound", and will work under either OS/2 or DOS. I am
  29. not including source, because I made no substantive changes to the PD
  30. TAR distribution (a little cutting, and re-compile).
  31.  
  32. Have Fun!
  33. Martin Weigel.
  34.  
  35.