mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pbpaste: add Indonesian translation (#7120)
This commit is contained in:
parent
e1ebbf3753
commit
c75b8d6b0e
1 changed files with 11 additions and 0 deletions
11
pages.id/osx/pbpaste.md
Normal file
11
pages.id/osx/pbpaste.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# pbpaste
|
||||
|
||||
> Mengirim isi papan klip (clipboard) ke output standar.
|
||||
|
||||
- Menulis konten papan klip ke dalam sebuah file:
|
||||
|
||||
`pbpaste > {{file}}`
|
||||
|
||||
- Menggunakan konten papan klip sebagai input bagi sebuah perintah:
|
||||
|
||||
`pbpaste | grep foo`
|
Loading…
Add table
Reference in a new issue