1
0
Fork 0
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:
Raynaldo Sutisna 2021-10-24 08:29:12 -04:00 committed by GitHub
parent e1ebbf3753
commit c75b8d6b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pages.id/osx/pbpaste.md Normal file
View 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`