首页
首页 » 文档编辑 » mtype

mtype

mtype
功能说明:显示MS-DOS文件的内容。
语  法:mtype [-st][文件]
补充说明:mtype为mtools工具指令,模拟MS-DOS的type指令,可显示MS-DOS文件的内容。
参  数:
  -s   去除8位字符码集的第一个位,使它兼容于7位的ASCII。
  -t   将MS-DOS文本文件中的“换行+光标移至行首”字符转换成Linux的换行字符。

mtype

mtype [options] files

Display the contents of MS-DOS files, as with the MS-DOS command type. See mtools for more information.

Options

-s

Strip the high bit from the data.

-t

View as a text file, changing carriage return/line feeds to line feeds.