Bash To Upper/Lower Case Link to heading

echo "A" | awk '{print tolower($0)}'
echo "a" | awk '{print toupper($0)}'