Bash Scripting - Variables
What will be the output of this script?
var="5"
echo "$var2"
echo "${var}2"var="5"
echo "$var2"
echo "${var}2"15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions