a="Dev-0-1"
echo $a
echo a
if [[ $a == D* ]]
then
   echo 'if success'
fi
test [[ $a == D* ]] || echo 'test fail'
