mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 22:07:52 +02:00
Un-markdown-ify link
This commit is contained in:
@@ -169,7 +169,7 @@ then
|
|||||||
fi
|
fi
|
||||||
# Note that =~ only works within double [[ ]] square brackets,
|
# Note that =~ only works within double [[ ]] square brackets,
|
||||||
# which are subtly different from single [ ].
|
# 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:
|
# Expressions are denoted with the following format:
|
||||||
echo $(( 10 + 5 )) # => 15
|
echo $(( 10 + 5 )) # => 15
|
||||||
|
Reference in New Issue
Block a user