Hello,
In a Bourne shell script running on Solaris 8 I want to be able to test if a user definable variable has a value.
Example Var Init Section:
Given the above how can I detect that FILE_DEST3 has no value?
Thanks,
Michael42
In a Bourne shell script running on Solaris 8 I want to be able to test if a user definable variable has a value.
Example Var Init Section:
Code:
FILE_DEST1=/u06/data
FILE_DEST2=/u07/data
FILE_DEST3=
Given the above how can I detect that FILE_DEST3 has no value?
Thanks,
Michael42