mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:15:26 +02:00
pbcopy: add Chinese translation
This commit is contained in:
parent
4919bddfc5
commit
a6384ee064
1 changed files with 11 additions and 0 deletions
11
pages.zh/osx/pbcopy.md
Normal file
11
pages.zh/osx/pbcopy.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# pbcopy
|
||||
|
||||
> 将标准输出放入剪贴板(命令行里的 cmd + C).
|
||||
|
||||
- 将文件的内容放入剪贴板:
|
||||
|
||||
`pbcopy < {{文件}}`
|
||||
|
||||
- 将命令的执行结果放入剪贴板:
|
||||
|
||||
`find . -type t -name "*.png" | pbcopy`
|
Loading…
Add table
Reference in a new issue