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:
parent
52b4605356
commit
0b6a484bed
1 changed files with 7 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue