Bash Scripting - String Operations
What is the output of this bash script?
text="BashScript"
echo ${text,,}text="BashScript"
echo ${text,,}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions