Bash Scripting - Quoting and Expansion
Why does this script print '$var' literally instead of the variable's value?
var="Hello World" echo '$var'
var="Hello World" echo '$var'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions