home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tapeutils.zip / tuuroshlp.txt < prev    next >
Text File  |  1988-08-16  |  816b  |  19 lines

  1. OSTAPE.C is a program to read IBM EBCDIC OS Standard-Labeled tapes
  2. in fixed-block format.
  3.  
  4. The OSTAPE program simply invokes the UNIX utility DD to read the
  5. tape, but unlike DD, OSTAPE reads and decodes the file header and
  6. trailer labels, so that multiple files can be read from the tape under
  7. their own names.  OSTAPE also picks up the record length, blocksize,
  8. and record format from the label, so that it may issue the appropriate
  9. DD command to read and unpack the file data.
  10.  
  11. OSTAPE reads all the files from the tape onto the disk, and assumes all
  12. files are text.  It strips trailing blanks from each record and appends
  13. a newline.
  14.  
  15. OSTAPE as been tested successfully on a VAX/750 running Ultrix-32.
  16.  
  17. Author: Christine Gianone, Columbia University Center for Computing Activities
  18. December, 1986
  19.