Browsing Danish 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.
Eksekverer kommandoer baseret på betingelse.

Listen "if KOMMANDOER" bliver eksekveret. Hvis dens afslutningsstatus er
nul, så vil listen "then KOMMANDOER" blive eksekveret. Ellers vil hver
"elif KOMMANDOER"-liste blive eksekveret og hvis de returnerer nul vil
deres tilhørende "then KOMMANDER"-liste blive eksekveret og if-kommandoen
fuldføres. Ellers vil "else KOMMANDOER"-listen blive eksekveret, hvis en
sådan findes. Afslutningsstatus for hele strukturen er afslutnings-
statussen for den sidste kommando, eller nul hvis ingen betingelse var
sand.

Afslutningsstatus:
Returnerer statussen fra den sidst eksekverede kommando.
Translated by TLE
Located in builtins.c:1631
541 of 560 results

This translation is managed by De danske oversættere af Ubuntu, assigned by Ubuntu Translators.

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