1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

yes: add Turkish translation (#6775)

This commit is contained in:
Mehmet Mallı 2021-10-04 23:20:05 +03:00 committed by GitHub
parent b50bfe513e
commit b5818ae469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
pages.tr/common/yes.md Normal file
View file

@ -0,0 +1,17 @@
# yes
> Birşeyi tekrar tekrar yazdır.
> Bu komut genelde yükleme işlemleri sıarsında onay için yes yazmak için kullanılır (apt-get gibi).
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/yes>.
- Tekrar tekrar "mesaj" yazdır:
`yes {{mesaj}}`
- Tekrar tekrar "y" yazdır:
`yes`
- `apt-get` komutu tarafından sorulan her şeyi kabul et:
`yes | sudo apt-get install {{program}}`