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,8 +1,8 @@
# textutil
> 用于操作各种格式的文本文件.
> 用于操作各种格式的文本文件
- 显示有关 `foo.rtf` 的信息:
- 显示有关 `foo.rtf` 的信息
`textutil -info {{foo.rtf}}`
@@ -10,7 +10,7 @@
`textutil -convert {{html}} {{foo.rtf}}`
- 将带格式的 rtf 文本转换为普通 txt 文本:
- 将带格式的 rtf 文本转换为普通 txt 文本
`textutil {{foo.rtf}} -convert {{txt}}`