mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
clip: add Chinese translation
This commit is contained in:
parent
3d83dbd46d
commit
1ae60d7d79
1 changed files with 11 additions and 0 deletions
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 < {{文件的路径}}`
|
Loading…
Add table
Reference in a new issue