Readme.md aktualisiert.
This commit is contained in:
9
teil24/length.sh
Executable file
9
teil24/length.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/bash
|
||||
# File: length.sh
|
||||
|
||||
a1=(0 1 2 3 4 5)
|
||||
family=("Marge" "Homer" "Bart" "Lisa" "Maggie")
|
||||
|
||||
echo "Größe family: ${#family[@]}"
|
||||
echo "Größe a1: ${#a1[@]}"
|
||||
|
||||
Reference in New Issue
Block a user