mirror of https://github.com/CrimsonTome/tldr.git
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