1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pbpaste: update Chinese translation (#10360)

* pbpaste: update Chinese translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Zhizhen He 2023-06-13 20:28:26 +08:00 committed by GitHub
parent 3809d127c0
commit 1095a8cf8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
# pbpaste
> 将剪贴板的内容发送到标准输出(命令行)。
> 将剪贴板的内容发送到标准输出。
> 相当于在键盘上按下 Cmd + V.
> 更多信息:<https://ss64.com/osx/pbpaste.html>.
- 将剪贴板的内容写入文件:
`pbpaste > {{文件}}`
`pbpaste > {{路径/到/文件}}`
- 将剪贴板的内容用作命令的输入: