SyntaxFix
Write A Post
Hire A Developer
Questions
You just need to use single quotes:
$ echo "$TEST" test $ echo '$TEST' $TEST
Inside single quotes special characters are not special any more, they are just normal characters.