2021-10-22 21:44:51 +01:00
|
|
|
# pbcopy
|
|
|
|
|
|
|
|
> Menempatkan output standar pada papan klip (clipboard).
|
brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link (#7831)
2022-03-01 13:21:17 +00:00
|
|
|
> Informasi lebih lanjut: <https://ss64.com/osx/pbcopy.html>.
|
2021-10-22 21:44:51 +01:00
|
|
|
|
|
|
|
- Menempatkan konten file pada papan klip:
|
|
|
|
|
|
|
|
`pbcopy < {{file}}`
|
|
|
|
|
|
|
|
- Menempatkan hasil perintah pada papan klip:
|
|
|
|
|
|
|
|
`find . -type t -name "*.png" | pbcopy`
|