Browsing Spanish translation

526 of 586 results
526.
Write arguments to the standard output.

Display the ARGs, separated by a single space character and followed by a
newline, on the standard output.

Options:
-n[tab]do not append a newline
-e[tab]enable interpretation of the following backslash escapes
-E[tab]explicitly suppress interpretation of backslash escapes

`echo' interprets the following backslash-escaped characters:
\a[tab]alert (bell)
\b[tab]backspace
\c[tab]suppress further output
\e[tab]escape character
\E[tab]escape character
\f[tab]form feed
\n[tab]new line
\r[tab]carriage return
\t[tab]horizontal tab
\v[tab]vertical tab
\\[tab]backslash
\0nnn[tab]the character whose ASCII code is NNN (octal). NNN can be
[tab][tab]0 to 3 octal digits
\xHH[tab]the eight-bit character whose value is HH (hexadecimal). HH
[tab][tab]can be one or two hex digits
\uHHHH[tab]the Unicode character whose value is the hexadecimal value HHHH.
[tab][tab]HHHH can be one to four hex digits.
\UHHHHHHHH the Unicode character whose value is the hexadecimal value
[tab][tab]HHHHHHHH. HHHHHHHH can be one to eight hex digits.

Exit Status:
Returns success unless a write error occurs.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
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.
Escribe argumentos en la salida estándar.

Muestra los ARGumentos en la salida estándar seguidos por un carácter
de fin de línea.

Opciones:
-n[tab]no agrega un carácter de fin de línea
-e[tab]activa la interpretación de los siguientes caracteres de escape de
[tab][tab]barra invertida
-E[tab]desactiva explícitamente la interpretación de caracteres de
[tab][tab]escape de barra invertida

`echo' interpreta los siguientes caracteres de escape de barra invertida:
\a[tab]alerta (timbre)
\b[tab]borrado hacia atrás
\c[tab]suprime toda salida a continuación
\e[tab]carácter de escape
\E[tab]carácter de escape
\f[tab]alimentación de papel
\n[tab]línea nueva
\r[tab]retorno de carro
\t[tab]tabulador horizontal
\v[tab]tabulador vertical
\\[tab]barra invertida
\0nnn[tab]carácter cuyo código ASCII es NNN (octal). NNN puede ser
[tab][tab]de 0 a 3 dígitos octales
\xHH[tab]el de ocho bits cuyo valor es HH (hexadecimal). HH
[tab][tab]puede ser de uno o dos dígitos hexadecimales
\uHHHH[tab]carácter Unicode cuyo valor es el valor hexadecimal HHHH.
[tab][tab]HHHH puede tener de uno a cuatro dígitos hexadecimales.
\UHHHHHHHH carácter Unicode cuyo valor es el valor hexadecimal HHHHHHHH.
[tab][tab]HHHHHHHH puede tener de uno a ocho dígitos hexadecimales.

Estado de Salida:
Devuelve correcto a menos que suceda un error de escritura.
Translated by Antonio Ceballos Roa
Located in builtins.c:557
526 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.