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,11 +1,11 @@
# clip
> 将输入的内容复制到 Windows 的剪贴板.
> 将输入的内容复制到 Windows 的剪贴板
- 用管道将命令的输出内容复制到 Windows 剪贴板:
- 用管道将命令的输出内容复制到 Windows 剪贴板
`{{dir}} | clip`
- 将一个文件中的内容复制到 Windows 剪贴板:
- 将一个文件中的内容复制到 Windows 剪贴板
`clip < {{文件的路径}}`