简介
dos2unix是将Windows格式文件转换为Unix、Linux格式的实用命令。Windows格式文件的换行符为“\r\n”,而Unix&Linux文件的换行符为“\n”。dos2unix命令其实就是将文件中的“\r\n”转换为“\n”。而unix2dos与dos2unix相反,它是将Linux和Unix格式文件转换为Windows格式文件的命令。
编译和测试方式
1.编译和安装
CentOS 7.6中自带dos2unix安装包,直接使用yum命令安装。
yum install dos2unix -y
回显信息如下,则dos2unix安装完成:
Installed:
dos2unix.aarch64 0:6.0.3-7.el7
Complete!
2.运行和验证
查询dos2unix版本号。
dos2unix --version
回显信息如下,则表示dos2unix安装成功。
dos2unix 6.0.3 (2013-01-25)
With Unicode UTF-16 support.
With native language support.
LOCALEDIR: /usr/share/locale