Bill Meier wrote:
How about using Bash substring expansion: if [ "x${VAR:0:1}" = "x" ] ; then ...
Oops: Sorry for the noise. I missed the earlier replies.....
Bill Meier wrote:
How about using Bash substring expansion: if [ "x${VAR:0:1}" = "x" ] ; then ...
Oops: Sorry for the noise. I missed the earlier replies.....