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