home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2594 / README < prev   
Text File  |  1991-01-22  |  838b  |  22 lines

  1. NAME:  mtf
  2.  
  3. LANGUAGE:  Icon
  4.  
  5. AUTHOR:  Richard Goerwitz (goer@sophist.uchicago.edu)
  6.  
  7. PURPOSE:  Maps 15+ char. filenames in a tar archive to 14 chars.
  8. Handles both header blocks and the archive itself.  Mtf is intended to
  9. facilitate installation of tar'd archives on systems subject to a
  10. 14-character filename limit.
  11.  
  12. INSTALLATION:  Cp Makefile.dist to Makefile and make.  If all goes
  13. well, and you have root priviledges, edit the Makefile to reflect
  14. your local file structure, and make install.
  15.  
  16. USAGE:  mtf inputfile [-r reportfile] [-e .extensions] [-x exceptions]
  17.  
  18. "Inputfile" is a tar archive.  "Reportfile" is file containing a list
  19. of files already mapped by mtf in a previous run (used to avoid
  20. clashes with filenames in use outside the current archive).  The -e
  21. switch precedes a list of filename .extensions which mtf is supposed
  22.