typeset -u COMP_UPPER PT_UPPER typeset -l COMP_LOWER PT_LOWER
echo "$COMP" | tr '[a-z]' '[A-Z]' echo "$COMP" | awk '{print toupper($0)}'