Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

yes

v(uutils coreutils) 0.8.0
yes [CADENA]...

Mostrar repetidamente una línea con CADENA (o ‘y’)

Options

Examples

Retorna repetidamente “mensaje”:

yes {{mensaje}}

Retorna repetidamente “y”:

yes

Acepta todas las confirmaciones que muestre el comando apt-get:

yes | sudo apt-get install {{programa}}

Retorna repetidamente una nueva línea para aceptar siempre la opción predeterminada de una pregunta (prompt):

yes ''

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.