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:
parent
b50bfe513e
commit
b5818ae469
1 changed files with 17 additions and 0 deletions
17
pages.tr/common/yes.md
Normal file
17
pages.tr/common/yes.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue