knowledge
Home Page
Blog
Micro Blog
Github
About Me
Source
Bash convert to upper case
Bash convert to upper case
Back
a
=
"test"
b
=
${
a
^^
}
echo
$b
# TEST