From 8b33f8de8dde4b0b3e334feba5a71b0a694ed86b Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 21 Sep 2018 21:01:47 +0200 Subject: [PATCH] Adds link to the BASH manual. --- SC2080.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC2080.md b/SC2080.md index 7e5a16b..9f5f498 100644 --- a/SC2080.md +++ b/SC2080.md @@ -27,4 +27,6 @@ None ### Related resources: -* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file +* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! + +[The BASH manual "Shell Arithmetic" chapter](https://www.gnu.org/software/bash/manual/html_node/Shell-Arithmetic.html) \ No newline at end of file