Bash Scripting - Variables
In bash scripting, what is the main reason to use
${var} instead of just $var?${var} instead of just $var?$var accesses the value of a variable named var.${var} helps separate the variable name from other text, avoiding confusion when concatenating.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions