mirror of https://github.com/CrimsonTome/tldr.git
13 lines
304 B
Markdown
13 lines
304 B
Markdown
# 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`
|