mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:02:08 +02:00
283 B
283 B
pbcopy
Menempatkan output standar pada papan klip (clipboard). Informasi lebih lanjut: https://ss64.com/osx/pbcopy.html.
- Menempatkan konten file pada papan klip:
pbcopy < {{file}}
- Menempatkan hasil perintah pada papan klip:
find . -type t -name "*.png" | pbcopy