====== String Operations in Bash/Shell ======
Quelle((http://www.softpanorama.org/Scripting/Shellorama/Reference/string_operations_in_shell.shtml))
===== Length Operator =====
T... wo way to get length of the string.
The simplest one is ${#varname}, which returns the length of the ... g" '$substring'
$substring is a regular expression.
expr "$string" : '$substring'
$substring is a