From 5ca727f75e0060a5c4695458a8424a56e6c0f57c Mon Sep 17 00:00:00 2001 From: cjchin Date: Thu, 9 Aug 2018 04:45:41 +0800 Subject: [PATCH] Add Official Reference Manual for Bash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b4ae78..4ccfc46 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. # Guides +* [Bash Official Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html) * [Bash Hackers Wiki](https://wiki.bash-hackers.org/) * [Greg Wooledge's (aka "greycat") wiki](https://mywiki.wooledge.org). Specifically [Bash Guide](https://mywiki.wooledge.org/BashGuide), [Bash FAQ](https://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](https://mywiki.wooledge.org/BashPitfalls)