Browsing Italian translation

542 of 547 results
542.
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)
and printf(3), 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 output the date-time string resulting from using FMT as a format
string for strftime(3)

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 gli ARGOMENTI come indicato dal FORMATO.

Opzioni:
-v var[tab]Assegna l'output alla variabile di shell VAR invece
[tab][tab]di visualizzarlo sullo standard output

FORMATO è una stringa di caratteri che contiene tre tipi di oggetto: caratteri
semplici, che sono semplicemente copiati sullo standard output; sequenze di escape
dei caratteri, che sono convertite e copiate sullo standard output;
specifiche di formato, ognuna delle quali provoca la stampa del successivo argomento
consecutivo.

In aggiunta alle specifiche di formato standard descritte in printf(1)
e printf(3), printf interpreta:

%b[tab]Espande le sequenze di escape di backslash nell'argomento corrispondente
%q[tab]Quota l'argomento in modo che possa essere riusato come input per la shell
%(fmt)T Visualizza la stringa della data/ora risultante dall'uso di FMT come stringa
di formato per strftime(3)

Stato di uscita:
Restituisce successo a meno che non venga fornita una opzione non valida o si riscontri
un errore di scrittura o assegnazione.
Translated by Sergio Zanchetta
Located in builtins.c:1884
542 of 547 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.