mtools: mtype

1 
1 4.26 Mtype
1 ==========
1 
1 The `mtype' command is used to display contents of an MS-DOS file. Its
1 syntax is:
1 
1      `mtype' [`-ts'] MSDOSFILE [ MSDOSFILES... ]
1 
1    `Mtype' displays the specified MS-DOS file on the screen.
1 
1    In addition to the standard options, `Mtype' allows the following
1 command line options:
1 
1 `t'
1      Text file viewing.  `Mtype' translates incoming carriage
1      return/line feeds to line feeds.
1 
1 `s'
1      `Mtype' strips the high bit from the data.
1 
1    The `mcd' command may be used to establish the device and the
1 current working directory (relative to MS-DOS), otherwise the default is
1 `A:/'.
1 
1    `Mtype' returns 0 on success, 1 on utter failure, or 2 on partial
1 failure.
1 
1    Unlike the MS-DOS version of `TYPE', `mtype' allows multiple
1 arguments.
1