Bash Scripting - Quoting and Expansion
Consider this script:
What is the output?
var="Hello World" echo $var echo "$var"
What is the output?
var="Hello World" echo $var echo "$var"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions