If I have a variable containing an unescaped dollar sign, is there any way I can echo the entire contents of the variable?
For example something calls a script:
by using single quotes , meta characters like $ will retain its literal value. If double quotes are used, variable names will get interpolated.
$