Bash Scripting - String Operations
The following bash script is intended to convert
What is the error?
input to uppercase, but it does not work as expected:input="bashScript" echo $input^^
What is the error?
