Browsing Italian translation

581 of 586 results
581.
Formats and prints ARGUMENTS under control of the FORMAT.

Options:
-v var[tab]assign the output to shell variable VAR rather than
[tab][tab]display it on the standard output

FORMAT is a character string which contains three types of objects: plain
characters, which are simply copied to standard output; character escape
sequences, which are converted and copied to the standard output; and
format specifications, each of which causes printing of the next successive
argument.

In addition to the standard format specifications described in printf(1),
printf interprets:

%b[tab]expand backslash escape sequences in the corresponding argument
%q[tab]quote the argument in a way that can be reused as shell input
%(fmt)T[tab]output the date-time string resulting from using FMT as a format
[tab] string for strftime(3)

The format is re-used as necessary to consume all of the arguments. If
there are fewer arguments than the format requires, extra format
specifications behave as if a zero value or null string, as appropriate,
had been supplied.

Exit Status:
Returns success unless an invalid option is given or a write or assignment
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.
Formatta e stampa ARGOMENTI sotto il controllo del FORMAT.

Opzioni:
-v var[tab]assegna l'output alla variabile shell VAR anziché
[tab][tab]lo visualizza sullo standard output

FORMAT è una stringa di caratteri che contiene tre tipi di oggetti: plain
caratteri, che vengono semplicemente copiati nello standard output; fuga del personaggio
sequenze, che vengono convertite e copiate nello standard output; e
specifiche del formato, ognuna delle quali provoca la stampa della successiva successiva
discussione.

Oltre alle specifiche del formato standard descritte in printf(1),
printf interpreta:

%b[tab]espandi le sequenze di escape della barra rovesciata nell'argomento corrispondente
%q[tab]cita l'argomento in un modo che può essere riutilizzato come input della shell
%(fmt)T[tab] restituisce la stringa data-ora risultante dall'utilizzo di FMT come formato
[tab] stringa per strftime(3)

Il formato viene riutilizzato se necessario per consumare tutti gli argomenti. Se
ci sono meno argomenti di quelli richiesti dal formato, formato extra
le specifiche si comportano come se un valore zero o una stringa nulla, a seconda dei casi,
era stato fornito.

Stato di uscita:
Restituisce il successo a meno che non venga fornita un'opzione non valida o una scrittura o un'assegnazione
si verifica l'errore.
Translated and reviewed by Salvatore Cocuzza
Located in builtins.c:1937
581 of 586 results

This translation is managed by Traduttori Italiani del software di Ubuntu, assigned by Ubuntu Translators.

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