echo "Enter the String"a=$(awk 'BEGIN{ getline str; print toupper(str); }')echo $a
echo "Enter the String"
0 Comments