Browsing Spanish translation

546 of 586 results
546.
Set or unset values of shell options and positional parameters.

Change the value of shell attributes and positional parameters, or
display the names and values of shell variables.

Options:
-a Mark variables which are modified or created for export.
-b Notify of job termination immediately.
-e Exit immediately if a command exits with a non-zero status.
-f Disable file name generation (globbing).
-h Remember the location of commands as they are looked up.
-k All assignment arguments are placed in the environment for a
command, not just those that precede the command name.
-m Job control is enabled.
-n Read commands but do not execute them.
-o option-name
Set the variable corresponding to option-name:
allexport same as -a
braceexpand same as -B
emacs use an emacs-style line editing interface
errexit same as -e
errtrace same as -E
functrace same as -T
hashall same as -h
histexpand same as -H
history enable command history
ignoreeof the shell will not exit upon reading EOF
interactive-comments
allow comments to appear in interactive commands
keyword same as -k
monitor same as -m
noclobber same as -C
noexec same as -n
noglob same as -f
nolog currently accepted but ignored
notify same as -b
nounset same as -u
onecmd same as -t
physical same as -P
pipefail the return value of a pipeline is the status of
the last command to exit with a non-zero status,
or zero if no command exited with a non-zero status
posix change the behavior of bash where the default
operation differs from the Posix standard to
match the standard
privileged same as -p
verbose same as -v
vi use a vi-style line editing interface
xtrace same as -x
-p Turned on whenever the real and effective user ids do not match.
Disables processing of the $ENV file and importing of shell
functions. Turning this option off causes the effective uid and
gid to be set to the real uid and gid.
-t Exit after reading and executing one command.
-u Treat unset variables as an error when substituting.
-v Print shell input lines as they are read.
-x Print commands and their arguments as they are executed.
-B the shell will perform brace expansion
-C If set, disallow existing regular files to be overwritten
by redirection of output.
-E If set, the ERR trap is inherited by shell functions.
-H Enable ! style history substitution. This flag is on
by default when the shell is interactive.
-P If set, do not resolve symbolic links when executing commands
such as cd which change the current directory.
-T If set, the DEBUG and RETURN traps are inherited by shell functions.
-- Assign any remaining arguments to the positional parameters.
If there are no remaining arguments, the positional parameters
are unset.
- Assign any remaining arguments to the positional parameters.
The -x and -v options are turned off.

Using + rather than - causes these flags to be turned off. The
flags can also be used upon invocation of the shell. The current
set of flags may be found in $-. The remaining n ARGs are positional
parameters and are assigned, in order, to $1, $2, .. $n. If no
ARGs are given, all shell variables are printed.

Exit Status:
Returns success unless an invalid option is given.
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.
Establece o borra los valores de las opciones de shell y los parámetros
posicionales.

Modifica el valor de los atributos de shell y los parámetros posicionales,
o muestra los nombres y valores de las variables de shell.

Opciones:
-a Marca las variables que se modifican o crean para exportación.
-b Notifica el término de trabajos inmediatamente.
-e Termina inmediatamente si una orden termina con un estado
diferente a cero.
-f Desactiva la generación de nombres de ficheros (englobamiento).
-h Recuerda la ubicación de las órdenes como se localizaron.
-k Todos los argumentos de asignación se colocan en el ambiente para una
orden, no solo aquellos que preceden al nombre de la orden.
-m Activa el control de trabajos.
-n Lee órdenes pero no las ejecuta.
-o nombre-opción
Establece la variable correspondiente a nombre-opción:
allexport igual que -a
braceexpand igual que -B
emacs usa una interfaz de edición lineal estilo emacs
errexit igual que -e
errtrace igual que -E
functrace igual que -T
hashall igual que -h
histexpand igual que -H
history activa la historia de órdenes
ignoreeof el shell no terminará después de leer EOF
interactive-comments
permite que haya comentarios en órdenes interactivas
keyword igual que -k
monitor igual que -m
noclobber igual que -C
noexec igual que -n
noglob igual que -f
nolog actualmente se acepta pero se descarta
notify igual que -b
nounset igual que -u
onecmd igual que -t
physical igual que -P
pipefail el valor de retorno de una tubería es el estado
de la última orden que sale con un estado diferente
de cero, o cero si ninguna orden termina con un
estado diferente de cero
posix modifica el comportamiento de bash donde la
operación por defecto difiere del estándar POSIX
para que coincida con el estándar
privileged igual que -p
verbose igual que -v
vi usa una interfaz de edición de línea estilo vi
xtrace igual que -x
-p Activo cuando los ids real y efectivo del usuario no coinciden.
Desactiva el procesamiento del fichero $ENV y la importación de
funciones de shell. Si se desactiva esta opción causa que el uid y
el gid efectivos sean iguales al uid y el gid real.
-t Termina después de leer y ejecutar una orden.
-u Trata las variables sin definir como un error al sustituir.
-v Muestra las líneas de entrada del shell mientras se leen.
-x Muestra las órdenes y sus argumentos mientras se ejecutan.
-B el shell realizará expansión de llaves.
-C Si se activa, no permite que los ficheros regulares existentes
se sobreescriban por redirección de la salida.
-E Si se activa, las funciones del shell heredan la trampa ERR.
-H Activa el estilo de sustitución de historia ! . Esta opción está
activa por defecto cuando el shell es interactivo.
-P Si se activa, no sigue enlaces simbólicos cuando se ejecutan órdenes
como cd, que cambian el directorio actual.
-T Si se activa, las funciones del shell heredan la trampa DEBUG.
-- Asigna cualquier argumento restante a los parámetros posicionales.
Si no restan argumentos, se desactivan los parámetros posicionales.
- Asigna cualquier argumento restante a los parámetros posicionales.
Las opciones -x y -v se desactivan.

Si se usa + en lugar de - causa que estas opciones se desactiven. Las
opciones también se pueden usar en la invocación del shell. El conjunto
actual de opciones se puede encontrar en $-. Los n ARGs restantes son
parámetros posicionales que se asignan, en orden, a $1, $2, .. $n. Si no
se proporciona ningún ARG, se muestran todas las variables del shell.

Estado de Salida:
Devuelve correcto a menos que se proporcione una opción inválida.
Translated by Antonio Ceballos Roa
Located in builtins.c:1055
546 of 586 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.