[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] BASH strlwr command



Is there a bash command to convert a string to lower case. 
MYVAR=TEST
i.e strlwr $MYVAR
echo $MYVAR

==== output ====
test


Thanks