home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / msdos_diskaccess.lzh / MS_DISK_ACCESS / Mtype.1 < prev    next >
Text File  |  1990-05-10  |  978b  |  36 lines

  1. .TH MTYPE 1 local
  2. .SH NAME
  3. mtype \- display contents of a MSDOS file
  4. .SH SYNOPSIS
  5. .B mtype
  6. [
  7. .B -ts
  8. ] msdosfile [ msdosfiles... ]
  9. .SH DESCRIPTION
  10. .I Mtype
  11. displays the specified MSDOS file on the screen.  MSDOS sub directories
  12. are supported with either the '/' or '\e\' separator.  The use of 
  13. the '\e\' separator or wildcards will require the names to be enclosed
  14. in quotes to protect them from the shell.
  15. .PP
  16. .I Mtype
  17. will allow the following command line options:
  18. .TP
  19. .B t
  20. Text file viewing.
  21. .I Mtype
  22. will translate incoming carriage return/line feeds to line feeds.
  23. .TP
  24. .B s
  25. Strip high bit.
  26. .I Mtype
  27. will strip the high bit from the data.  Useful for viewing Wordstar files.
  28. .PP
  29. The environmental variable MCWD may be used to establish a current
  30. working directory (relative to the MSDOS diskette).
  31. .SH SEE ALSO
  32. mdir(1), mread(1)
  33. .SH BUGS
  34. Allows multiple arguments, which does not follow the MSDOS convention.
  35. Wildcards are only applied to filenames, not to directory names.
  36.