mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pbcopy: update Chinese translation (#10361)
* pbcopy: update Chinese translation * Update pages.zh/osx/pbcopy.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
d772f21b1e
commit
a2a37c413f
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
# pbcopy
|
||||
|
||||
> 将标准输出放入剪贴板(命令行里的 cmd + C)。
|
||||
> 将来自标准输入的数据放入剪贴板。
|
||||
> 相当于在键盘上按下 Cmd + C.
|
||||
> 更多信息:<https://ss64.com/osx/pbcopy.html>.
|
||||
|
||||
- 将文件的内容放入剪贴板:
|
||||
|
||||
`pbcopy < {{文件}}`
|
||||
`pbcopy < {{路径/到/文件}}`
|
||||
|
||||
- 将命令的执行结果放入剪贴板:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue