Updated SC2016 (markdown)

koalaman
2015-08-16 17:46:36 -07:00
parent e7010b4643
commit d43095d395

@@ -16,6 +16,10 @@ Single quotes prevent expansion of everything, including variables and command s
If you want to use the values of variables and such, use double quotes instead. If you want to use the values of variables and such, use double quotes instead.
Note that if you have other items that needs single quoting, you can use both in a single word:
echo '$1 USD is '"$rate GBP"
### Exceptions ### Exceptions
If you want `$stuff` to be a literal dollar sign followed by the characters "stuff", you can ignore this message. If you want `$stuff` to be a literal dollar sign followed by the characters "stuff", you can ignore this message.