I have the following script ,how do I remove the leading and trailing spaces for variable TAG
?
TAG=`find projectversions -build Current${BUILD} ${PROJECT}|grep ${PROJECT}`
echo "TAG $TAG"
I have the following script ,how do I remove the leading and trailing spaces for variable TAG
?
TAG=`find projectversions -build Current${BUILD} ${PROJECT}|grep ${PROJECT}`
echo "TAG $TAG"