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 @@
# dos2unix
> 将 DOS 样式的行尾更改为 Unix 样式.
> 用 CR 替换 CRLF.
- 更改文件的行尾:
`dos2unix {{文件名}}`
- 使用 Unix 样式的行尾创建副本:
`dos2unix -n {{文件名}} {{文件名}}`