Speling.

haguenau
2016-02-11 13:22:56 -05:00
parent d23c7e1fb6
commit 8463ecfd78

@@ -18,4 +18,4 @@ echo "\$"
1. Following a backslash: `echo "\$"` 1. Following a backslash: `echo "\$"`
2. In a context where the shell can't make sense of it, such as at the end of the string, (`"foo$"`) or before some constructs (`"$'foo'"`). 2. In a context where the shell can't make sense of it, such as at the end of the string, (`"foo$"`) or before some constructs (`"$'foo'"`).
To avoid relying on strange and shell specific behavior, any `$` intended to be literal should be escaped with a backslash. To avoid relying on strange and shell-specific behavior, any `$` intended to be literal should be escaped with a backslash.