pbcopy: add Chinese translation

italian
wizarot 2019-03-13 11:29:10 +08:00 committed by Owen Voke
parent 4919bddfc5
commit a6384ee064
1 changed files with 11 additions and 0 deletions

11
pages.zh/osx/pbcopy.md Normal file
View File

@ -0,0 +1,11 @@
# pbcopy
> 将标准输出放入剪贴板(命令行里的 cmd + C).
- 将文件的内容放入剪贴板:
`pbcopy < {{文件}}`
- 将命令的执行结果放入剪贴板:
`find . -type t -name "*.png" | pbcopy`