j
k
j a
j l
HA, schon gefunden ...
array=(anton berta caesar antonia); for element in ${array[@]}; do if [[ $element == "ant"* ]]; then echo $element; fi; done;
und das gibt: anton antonia
Greetz Martin
Back to the thread
Back to the list