tldr/pages.tr/common/yes.md

18 lines
405 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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: <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}}`