h Shell Tests ======
Quelle((http://tldp.org/LDP/abs/html/comparison-ops.html))
===== Other Compariso... ]] construct.
----
<
is less than, in ASCII alphabetical order
<code>
if [[ "$a" < "$b" ]]
i... construct.
----
>
is greater than, in ASCII alphabetical order
<code>
if [[ "$a" > "$b" ]]
... de>
String='' # Zero-length ("null") string variable.
if [ -z "$String" ]
then
echo "