Browsing Brazilian Portuguese translation

537 of 560 results
537.
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.
Loop `for' aritmético.

Equivalente a
[tab](( EXPR1 ))
[tab]while (( EXPR2 )); do
[tab][tab]COMANDOS
[tab][tab](( EXPR3 ))
[tab]done
EXPR1, EXPR2 e EXPR3 são expressões aritméticas. Se alguma expressão
for omitida, ele se comporta como se a avaliação resultasse em 1.

Status de saída:
Retorna o status do último comando executado.
Translated by Rafael Fontenelle
help for (( (?)
Located in builtins.c:1563
537 of 560 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

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