Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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