Translations by Pedro Albuquerque

Pedro Albuquerque has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

11 of 1 result
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 do not append a newline -e enable interpretation of the following backslash escapes -E explicitly suppress interpretation of backslash escapes `echo' interprets the following backslash-escaped characters: \a alert (bell) \b backspace \c suppress further output \e escape character \E escape character \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab \\ backslash \0nnn the character whose ASCII code is NNN (octal). NNN can be 0 to 3 octal digits \xHH the eight-bit character whose value is HH (hexadecimal). HH can be one or two hex digits \uHHHH the Unicode character whose value is the hexadecimal value HHHH. HHHH can be one to four hex digits. \UHHHHHHHH the Unicode character whose value is the hexadecimal value HHHHHHHH. HHHHHHHH can be one to eight hex digits. Exit Status: Returns success unless a write error occurs.
2020-12-08
Escreve argumentos para a saída padrão. Mostrar ARGs, separados por espaço único e seguidos de nova linha (LF) na saída padrão. Opções: -n naõ acrescentar nova linha -e permitir interpretação dos escapes seguintes com barra esquerda -E suprimir explicitamente interpretação de escapes com barra esquerda "echo" interpreta os seguintes caracteres de escapes com barra esquerda: \a alerta (bell) \b backspace \c suprimir mais saídas \e carácter de escape \E carácter de escape \f form feed \n nova linha (LF) \r carriage return (CR) \t tabulação horizontal \v tabulação vertical \\ barra esquerda ("\") \0nnn o carácter cujo código ASCII é NNN (octal). NNN pode ter de 0 a 3 dígitos octais \xHH o carácter de 8-bit cujo valor é HH (hexadecimal). HH pode ter um ou dois dígitos hexadecimais \uHHHH o carácter Unicode cujo valor é o valor hexadecimal HHHH. HHHH pode ser de um a quatro dígitos hexadecimais. \UHHHHHHHH o carácter Unicode cujo valor é o valor hexadecimal HHHHHHHH. HHHHHHHH pode ser de um a oito dígitos hexadecimais. Estado de saída: Devolve sucesso a não ser que ocorra um erro de escrita.