1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

pbcopy: add Indonesian translation (#7119)

This commit is contained in:
Raynaldo Sutisna 2021-10-22 16:44:51 -04:00 committed by GitHub
parent afe2deb899
commit 7e1b16edd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pages.id/osx/pbcopy.md Normal file
View file

@ -0,0 +1,11 @@
# pbcopy
> Menempatkan output standar pada papan klip (clipboard).
- Menempatkan konten file pada papan klip:
`pbcopy < {{file}}`
- Menempatkan hasil perintah pada papan klip:
`find . -type t -name "*.png" | pbcopy`