Bash convert to upper case

Back

a="test"
b=${a^^}
echo $b
# TEST