Copy data from stdin to the clipboard. Comparable to pressing Cmd + C on the keyboard. More information: https://ss64.com/osx/pbcopy.html.
stdin
pbcopy < {{path/to/file}}
find . -type t -name "*.png" | pbcopy