0
llucycodes42
Shortcut: string.to_lower
string.to_lower
0 Comments
toLower=\$(echo -e "\${string}" | tr '[:upper:]' '[:lower:]')