Bash shell script to convert string from lower to upper case and vice versa

The “tr” command can be used to convert a string variable to upper or lower case. Read Full Article.

Leave a Comment