Browsing Indonesian translation

541 of 560 results
541.
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.
Menjalankan perintah berdasarkan kondisi.

Daftar `if PERINTAH' dijalankan. Jika ini memberikan status keluaran nol, maka
daftar `then PERINTAH' dijalankan. Jika tidak, setiap daftar dari `elif PERINTAH'
dijalankan satu satu, dan jika ini memberikan status keluaran nol, untuk setiap
daftar dari `then PERINTAH' yang dijalankan maka perintah `if' selesai. Jika tidak,
daftar `else PERINTAH' dijalankan, jika ada. Status keluaran dari
seluruh construct adalah status keluaran dari perintah terakhir yang dijalankan, atau nol
jika tidak ada kondisi yang diperiksa benar.

Status Keluar:
Mengembalikan status dari perintah terakhir yang dijalankan.
Translated by Arif Endro Nugroho
Located in builtins.c:1631
541 of 560 results

This translation is managed by Ubuntu Indonesian Translators, assigned by Ubuntu Translators.

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