For Eg:
testingABoolean=test
if [ $testingABoolean = "test" ]; then isBoolean=true else isBoolean=false fi
Here I want to use "isBoolean" in the next steps of UCD
For Eg:
testingABoolean=test
if [ $testingABoolean = "test" ]; then isBoolean=true else isBoolean=false fi
Here I want to use "isBoolean" in the next steps of UCD