unix2dos命令用法
unix2dos [-kn] file [newfile]
选项与参数
-k :保留该档案原本的 mtime 时间格式 (不更新档案上次内容经过修订的时间)
-n :保留原本的旧档,将转换后的内容输出到新档案,如:dos2unix -n old new
实例1
[root@www vitest]# unix2dos -k man.config
unix2dos: converting file man.config to DOS format ...
# 屏幕会显示上述的讯息,说明断行转为 DOS 格式了!
实例2
[root@localhost zhangy]# unix2dos test.sh
unix2dos: converting file test.sh to DOS format ...
实例3
[root@localhost tmp]# unix2dos -q -k -n man_db.conf /tmp/man_db.conf.linux
[root@localhost tmp]# ll
总用量 16
-rw-r--r--. 1 root root 5171 6月 10 2017 man_db.conf
-rw-r--r--. 1 root root 5302 6月 10 2017 man_db.conf.linux