Hi.
I am aware to output dollar signs you escape it with \ such that:
\$ % prints '$'
However, I can't print something like
\$ JAVA_HOME % prints '$ JAVA_HOME'
The space in between the $ and JAVA_HOME is what's annoying. How can I make it so it's one word?