mirror of https://github.com/CrimsonTome/tldr.git
297 B
297 B
unix2mac
将 Unix 样式的行尾更改为 macOS 样式。 用 LF 替换 CR. 更多信息:https://waterlan.home.xs4all.nl/dos2unix.html.
- 更改文件的行尾:
unix2mac {{文件名}}
- 使用 macOS 样式的行尾创建副本:
unix2mac -n {{文件名}} {{新文件名}}