Browsing Spanish translation

572 of 594 results
572.
Select words from a list and execute commands.

The WORDS are expanded, generating a list of words. The
set of expanded words is printed on the standard error, each
preceded by a number. If `in WORDS' is not present, `in "$@"'
is assumed. The PS3 prompt is then displayed and a line read
from the standard input. If the line consists of the number
corresponding to one of the displayed words, then NAME is set
to that word. If the line is empty, WORDS and the prompt are
redisplayed. If EOF is read, the command completes. Any other
value read causes NAME to be set to null. The line read is saved
in the variable REPLY. COMMANDS are executed after each selection
until a break command is executed.

Exit Status:
Returns the status of the last command executed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Selecciona palabras de una lista y ejecuta órdenes.

Se expanden las PALABRAS, generando una lista de palabras. El
conjunto de palabras expandidas se muestra en la salida de error
estándar, cada una precedida por un número. Si `in PALABRAS' no
está presente, se asume `in "$@"'. Entonces se muestra el
prompt PS3 y se lee una línea de la entrada estándar. Si la
línea consiste en el número correspondiente a una de las palabras
mostradas, entonces se define NOMBRE como esa palabra. Si la
línea está vacía, PALABRAS y el prompt se muestran de nuevo. Si
se lee EOF, se completa la orden. Cualquier otro valor leído
causa que NOMBRE se defina como nulo. La línea leída se guarda
en la variable REPLY. Se ejecutan las ÓRDENES después de cada
selección hasta que se ejecuta una orden break.

Estado de Salida:
Devuelve el estado de la última orden ejecutada.
Translated by Cristian Othón Martínez Vera
Located in builtins.c:1581
572 of 594 results

This translation is managed by Ubuntu Spanish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.