mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:26:01 +02:00
translate common/yes (#4820)
This commit is contained in:
parent
60a8c298b8
commit
a11fba7299
1 changed files with 16 additions and 0 deletions
16
pages.es/common/yes.md
Normal file
16
pages.es/common/yes.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# yes
|
||||||
|
|
||||||
|
> Retorna algo repetidamente.
|
||||||
|
> Este comando es frecuentemente utilizado para aceptar todas las confirmaciones en comandos de instalación (como apt-get).
|
||||||
|
|
||||||
|
- Retornar repetidamente "mensaje":
|
||||||
|
|
||||||
|
`yes {{mensaje}}`
|
||||||
|
|
||||||
|
- Retornar repetidamente "y":
|
||||||
|
|
||||||
|
`yes`
|
||||||
|
|
||||||
|
- Aceptar todas las confirmaciones que muestre el comando `apt-get`:
|
||||||
|
|
||||||
|
`yes | sudo apt-get install {{programa}}`
|
Loading…
Add table
Reference in a new issue