mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 19:35:35 +02:00
12 lines
283 B
Markdown
12 lines
283 B
Markdown
# 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`
|