mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
11 lines
238 B
Markdown
11 lines
238 B
Markdown
# clip
|
|
|
|
> 将输入的内容复制到 Windows 的剪贴板。
|
|
|
|
- 用管道将命令的输出内容复制到 Windows 剪贴板:
|
|
|
|
`{{dir}} | clip`
|
|
|
|
- 将一个文件中的内容复制到 Windows 剪贴板:
|
|
|
|
`clip < {{文件的路径}}`
|