dos2unix, mac2unix, unix2dos, unix2mac: add Chinese translations (#4168)

This commit is contained in:
Flex Zhong
2020-07-18 00:55:40 +08:00
committed by GitHub
parent c53783d537
commit 33ee5d40d1
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# unix2mac
> 将 Unix 样式的行尾更改为 macOS 样式.
> 用 LF 替换 CR.
- 更改文件的行尾:
`unix2mac {{文件名}}`
- 使用 macOS 样式的行尾创建副本:
`unix2mac -n {{文件名}} {{新文件名}}`