 |
Other Comparison Operators
Note that integer and string comparison use a different set of operators. ... String='
' # Zero-length ("null") string variable. if [ -z "$String" ] then echo "\$String is null. ...
bin/bash # str-test.sh: Testing null strings and unquoted strings, #
tldp.org |
 |