1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
tldr/pages.id/osx/pbcopy.md

304 B

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