Browsing Chinese (Traditional) translation

589 of 594 results
589.
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.
在 <格式> 的控制下格式化並印出 <參數>。

選項:
-v var[tab]將輸出指派給 shell 變數 VAR 而不顯示在標準輸出上

<格式> 是包含三種物件的字串:簡單地被複製到標準輸出的普通字元;
被變換之後複製到標準輸入的逸出字元;以及每個都會影響到下個參數的印出格式化規格。

在 printf(1) 中描述的標準控制規格之外,printf 解析:

%b[tab]擴充套件對應參數中的反斜線逸出序列
%q[tab]以可做為 shell 輸入的格式引用參數
%(fmt)T[tab]以 FMT 為提供 strftime(3) 的格式輸出日期與時間字串
退出狀態:
回傳成功,除非使用了無效的選項或者發生寫入或指派錯誤。
Translated by pan93412
Located in builtins.c:1937
589 of 594 results

This translation is managed by Ubuntu Traditional Chinese (Taiwan) Translators, assigned by Ubuntu Translators.

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