Files
tldr/pages.tr/common/yes.md
Mehmet Mallı 422901e496 yes: improve Turkish translation (#8771)
Fix typo and grammar error
2022-10-06 18:25:37 +05:30

18 lines
406 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# yes
> Bir şeyi tekrar tekrar yazdır.
> Bu komut genelde yükleme işlemleri sırasında onay için yes yazmak için kullanılır (apt-get gibi).
> Daha fazla bilgi: <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}}`