Klammernotation beim Parameter.

This commit is contained in:
2025-06-19 06:48:16 +02:00
parent 1af089d106
commit c750cb4c69
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#! /usr/bin/bash
#Datei: family_case.sh
@@ -12,4 +13,7 @@ case ${1} in
'Clancy'|'Sarah'|'Ralph')
echo "Familie Wiggum"
;;
*)
echo "unbekannte Familie"
;;
esac