tldr/pages.tr/common/yes.md

18 lines
412 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ı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/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}}`