1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 23:33:41 +02:00

yes: update pt_BR translation (#11867)

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Vitor Henrique 2023-12-27 15:43:26 -03:00 committed by GitHub
parent 52b4605356
commit 0b6a484bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,16 @@
# yes
> Exibe algo na tela repetidamente.
> Exibe algo repetidamente.
> Mais informações: <https://www.gnu.org/software/coreutils/yes>.
- Exibe na tela a palavra "mensagem" repetidamente:
- Exibir a palavra "mensagem" repetidamente:
`yes {{mensagem}}`
- Exibe na tela a letra "y" repetidamente:
- Exibir a letra "y" repetidamente:
`yes`
- Aceitar tudo solicitado pelo comando apt-get:
`yes | sudo apt-get install {{programa}}`