For the character $ is treated specially between a pair of double quotes.

echo "$PATH"

If I really want to print $, I need to say

echo "\$PATH"

Could anybody let me know the complete set of characters that need to
be escaped (prepend with backslash) between a pair of double quotes if
I really want to print the character?

-- 
Regards,
Peng

Reply via email to