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:
parent
afe2deb899
commit
7e1b16edd4
1 changed files with 11 additions and 0 deletions
11
pages.id/osx/pbcopy.md
Normal file
11
pages.id/osx/pbcopy.md
Normal 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`
|
Loading…
Add table
Reference in a new issue