docs: Expand math for bash users a bit

Also fix some awkward typos.
This commit is contained in:
Fabian Homborg
2021-11-03 17:23:36 +01:00
parent 3abe21708d
commit a4adda5da8
2 changed files with 12 additions and 4 deletions

View File

@@ -564,8 +564,8 @@ That means quoting isn't the absolute necessity it is in other shells. Most of t
.. [#] Unlike bash or zsh, which will join with the first character of $IFS (which usually is space).
Derefencing variables
'''''''''''''''''''''
Dereferencing variables
'''''''''''''''''''''''
The ``$`` symbol can also be used multiple times, as a kind of "dereference" operator (the ``*`` in C or C++), like in the following code::