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:
parent
3809d127c0
commit
1095a8cf8b
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
# pbpaste
|
||||
|
||||
> 将剪贴板的内容发送到标准输出(命令行)。
|
||||
> 将剪贴板的内容发送到标准输出。
|
||||
> 相当于在键盘上按下 Cmd + V.
|
||||
> 更多信息:<https://ss64.com/osx/pbpaste.html>.
|
||||
|
||||
- 将剪贴板的内容写入文件:
|
||||
|
||||
`pbpaste > {{文件}}`
|
||||
`pbpaste > {{路径/到/文件}}`
|
||||
|
||||
- 将剪贴板的内容用作命令的输入:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue