# pbcopy
> Menempatkan output standar pada papan klip (clipboard).
> Informasi lebih lanjut: <https://keith.github.io/xcode-man-pages/pbcopy.1.html>.
- Menempatkan konten file pada papan klip:
`pbcopy < {{file}}`
- Menempatkan hasil perintah pada papan klip:
`find . -type t -name "*.png" | pbcopy`