Un-markdown-ify link

This commit is contained in:
Martin Nicholson 2018-01-16 16:09:49 +00:00
parent 8d2055483e
commit e2949649f0

View File

@ -169,7 +169,7 @@ then
fi
# Note that =~ only works within double [[ ]] square brackets,
# which are subtly different from single [ ].
# See the appropriate [manual section](http://www.gnu.org/software/bash/manual/bashref.html#Conditional-Constructs) for more on this.
# See http://www.gnu.org/software/bash/manual/bashref.html#Conditional-Constructs for more on this.
# Expressions are denoted with the following format:
echo $(( 10 + 5 )) # => 15