clip: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
3d83dbd46d
commit
1ae60d7d79
11
pages.zh/windows/clip.md
Normal file
11
pages.zh/windows/clip.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# clip
|
||||||
|
|
||||||
|
> 将输入的内容复制到Windows的剪贴板.
|
||||||
|
|
||||||
|
- 用管道将命令的输出内容复制到Windows剪贴板:
|
||||||
|
|
||||||
|
`{{dir}} | clip`
|
||||||
|
|
||||||
|
- 将一个文件中的内容复制到Windows剪贴板:
|
||||||
|
|
||||||
|
`clip < {{文件的路径}}`
|
Reference in New Issue
Block a user