How to convert a string to lower case in Bash
03:57 15 Feb 2010

Is there a way in to convert a string into a lower case string?

For example, if I have:

a="Hi all"

I want to convert it to:

"hi all"
string bash shell lowercase