English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mtype command

Linux Command大全

The Linux mtype command is used to display MS-The content of the DOS file.

mtype is a command of the mtools tool, simulating MS-The type command of DOS can display MS-The content of the DOS file.

Syntax

mtype [-st][file]

Parameter description:

  • -s Remove8The first bit of the bit character code set, making it compatible with7Bit ASCII.

  • -t Convert MS-The "newline" in the DOS text file+The cursor moves to the beginning of the line and the "character is converted to the Linux newline character.

Online examples

Open the MS named dos.txt-The DOS file can be used with the following commands:

mtype dos.txt # Open MS-DOS file

The display result is as follows:

$ mtype dos.txt # Open MS-DOS file  
Linux networks are becoming more and more common, but security is often an overlooked issue  
issue. Unfortunately, in today’s environment all networks are potential hacker targets,  
from top-from secret military research networks to small home LANs.  
Linux Network Security focuses on securing Linux in a networked environment, where the  
the security of the entire network needs to be considered rather than just isolated machines.  
It uses a mix of theoretical and practical techniques to teach administrators how to install and  
use security applications, as well as how the applications work and why they are necessary.

Linux Command大全