


This command allows you to convert a string to its lower-case equivalent and
then assign that string to a variable. For more information on variables, see
the
This format will set the value of the variable $var to string, after converting string to lower case. Any previous value of $var is lost.
say $temp
TinTin #tolower command