pbcopy
stdin(標準入力)からデータをクリップボードにコピーします。 これは、キーボードの<Cmd c>を押す操作に相当します。 詳細情報: https://keith.github.io/xcode-man-pages/pbcopy.1.html。
stdin
<Cmd c>
pbcopy < {{パス/宛先/ファイル}}
find . -type t -name "*.png" | pbcopy