Shell scripting: Convert a string from lowercase to uppercase
The linux shell has provided us with many hidden gems. Some of things are string manipulation with out using external commands like SED/AWK. In this post we will see how to convert a string from lower case to upper and upper case to lower by using string manipulation techniques and tr command. String manipulation for… Read More »