mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Un-markdown-ify link
This commit is contained in:
parent
8d2055483e
commit
e2949649f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user