Shell-Skripte - Kontrollstrukturen

Schleifen

for name [ in word; ] do list ; done

while list do list done

until list do list done

Bedingte Programmausführung

if list then list [ elif list then list ] ... [ else list] fi

case word in [ pattern [ | pattern ] ... ) list ;; ] ... esac


Letzte Änderung am Mit Nov 24 11:53:42 CET 1999 von Heron