Mac下与Windows文本转换工具tofrodos
一般而言,Linux和Windows下,文本文件的行结束标志是不同的。二者互相转换需要dos2unix工具。
而对于Mac下,dos2unix工具为:tofrodos,即为to-from-dos的解释。
1. 安装tofrodos
命令行下面输入:
brew install tofrodos
2. 二者转换
-
unix2dos 格式为:
todos *.txt
-
dos2unix 格式为:
fromdos *.txt
解释为:从Mac(unix)到Windows下,用todos,即为to-dos。
而从Window到Mac(unix)上,用fromdos,即为from-dos.。