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