home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tapeutils.zip / tuubadhlp.txt < prev    next >
Internet Message Format  |  1988-08-16  |  2KB

  1. Path: brl-tgr!seismo!cmcl2!floyd!vax135!cornell!uw-beaver!uw-june!mackay
  2. From: mackay@uw-june (Pierre MacKay)
  3. Newsgroups: net.sources
  4. Subject: ansitar, read and write ANSI labeled tapes
  5. Date: Sat, 19-May-84 13:13:23 EDT
  6. Organization: U. Washington, Computer Sci
  7.  
  8. Ansitar reads from or writes to a magnetic tape in ANSI labeled
  9. tape format, which is a useful format for exchange of ASCII 
  10. character files with a non-UNIX system. Eight-bit binary is 
  11. also possible, using F-type blocking, but the results are 
  12. likely to be unsatisfactory in most cases.
  13.  
  14. This program was forwarded to me in answer to a desperate request, and
  15. has already proved very useful.  It appeared on net.sources earlier
  16. with ANSI System level 1 capacities, and has now acquired System
  17. level 3 capacities (i. e. everything but spanned records).  Spanned
  18. records would not be very difficult, but they do not seem to be
  19. very much in demand either.  
  20.  
  21. It reads and writes HDR2 labels as well as HDR1 labels, and is thus
  22. capable of deblocking tapes without explicit declaration of block
  23. or record sizes.  A large number of the more interesting features
  24. are still marked off as VARIAN code because that is the way I received the
  25. program.  The VARIAN code is basic to efficient operation, unlike the
  26. PIP code, which is for a rather special environment.
  27.  
  28. I have not bothered to provide a makefile, since there is only one
  29. program here.  ansitar.1 belongs ideally in /usr/man/man1 and
  30. the executable program anywhere in a generally used path.
  31.  
  32. mackay@washington.ARPA                  (Computer Science, Univ of Washington)
  33.