将来自标准输入的数据放入剪贴板。 相当于在键盘上按下 <Cmd c>. 更多信息:https://keith.github.io/xcode-man-pages/pbcopy.1.html.
<Cmd c>
pbcopy < {{路径/到/文件}}
find . -type t -name "*.png" | pbcopy