Rhetos
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 9 Ω


Bash if then else


Beispiele


Basiswissen


Grundstruktur des Befehls: if ... then ... else ... fi

Beispiel


If [ conditional expression ]
then
statement1
statement2
.
else
statement3
statement4
.
fi