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:
The variable is replaced before the script is run.
./script.sh 'test1$test2'