Browsing Chinese (Simplified) translation

528 of 547 results
528.
Execute commands based on conditional.

The `if COMMANDS' list is executed. If its exit status is zero, then the
`then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is
executed in turn, and if its exit status is zero, the corresponding
`then COMMANDS' list is executed and the if command completes. Otherwise,
the `else COMMANDS' list is executed, if present. The exit status of the
entire construct is the exit status of the last command executed, or zero
if no condition tested true.

Exit Status:
Returns the status of the last command executed.
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.
根据条件执行命令。

执行 "if 命令" 列表。如果退出状态为零,则执行 "then 命令" 列表。
否则按顺序执行每个 "elif 命令" 列表,如果某一个的退出状态为零,则执行
对应的 "then 命令" 列表,然后 if 命令完成。否则,执行 "else 命令"
列表(如果有的话)。整个结构的退出状态是最后一个执行的命令的状态,
或者如果没有一个条件的测试结果为真,则退出状态为零。

退出状态:
返回最后一个执行的命令的状态。
Translated by Wenbin Lv
Located in builtins.c:1631
528 of 547 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

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