Klammernotation beim Parameter.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user