1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 12:55:24 +02:00
tldr/pages.id/osx/pbpaste.md
2025-05-01 07:19:03 -07:00

301 B

pbpaste

Kirim isi papan klip (clipboard) ke output standar. Informasi lebih lanjut: https://keith.github.io/xcode-man-pages/pbcopy.1.

  • Tulis konten papan klip ke dalam sebuah file:

pbpaste > {{file}}

  • Gunakan konten papan klip sebagai input bagi sebuah perintah:

pbpaste | grep foo