1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 16:55:32 +02:00
tldr/pages.tr/common/yes.md

18 lines
445 B
Markdown
Raw Normal View History

2021-10-04 23:20:05 +03:00
# 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 için: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
2021-10-04 23:20:05 +03:00
- 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}}`