Browsing Chinese (Traditional) translation

563 of 586 results
563.
Arithmetic for loop.

Equivalent to
[tab](( EXP1 ))
[tab]while (( EXP2 )); do
[tab][tab]COMMANDS
[tab][tab](( EXP3 ))
[tab]done
EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is
omitted, it behaves as if it evaluates to 1.

Exit Status:
Returns the status of the last command executed.
[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.
算術 for 迴圈。

等價於
[tab](( EXP1 ))
[tab]while (( EXP2 )); do
[tab][tab]<指令>
[tab][tab](( EXP3 ))
[tab]done
EXP1、EXP2 和 EXP3 都是算術表示式。如果省略任何表示式,
則等同於使用了求值為 1 的表示式。

結束狀態:
回傳最後執行指令的狀態。
Translated by pan93412
Located in builtins.c:1563
563 of 586 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.