The characters " $ ` and \ are all interpreted by the shell even when in double quotes so you will need an escape character to avoid this situation, as you see above.
If you want to use a “ or a \ then you need to use an escape character.
Echo “If you want to use a \” or a \\ the you need to use an escape character.”
The $ sign is significant because it will indicate a variable.
Copyright CyberMontana Inc. and BeginLinux.com
All rights reserved. Cannot be reproduced without written permission. Box 1262 Trout Creek, MT 59874