Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
coding:bash [2025/06/16 05:01] admin |
coding:bash [2025/10/26 10:02] (aktuell) jango [Links] |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| [[: | [[: | ||
| - | =====EOF===== | ||
| - | =====Kommentare===== | ||
| <code bash> | <code bash> | ||
| # This is a single line comment | # This is a single line comment | ||
| Zeile 57: | Zeile 55: | ||
| echo "$key: ${fruits[$key]}" | echo "$key: ${fruits[$key]}" | ||
| done | done | ||
| + | </ | ||
| + | |||
| + | =====EOF===== | ||
| + | |||
| + | <code bash> | ||
| + | cat <<' | ||
| + | Das ist ein Test | ||
| + | |||
| + | Mehr Zeilen | ||
| + | EOF | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | test=$(cat <<' | ||
| + | Das ist ein Test | ||
| + | |||
| + | Mehr Zeilen | ||
| + | EOF | ||
| + | ) | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | cat <<' | ||
| + | Das ist ein Test | ||
| + | |||
| + | Mehr Zeilen | ||
| + | EOF | ||
| </ | </ | ||
| Zeile 202: | Zeile 227: | ||
| =====Links===== | =====Links===== | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||