Add Official Reference Manual for Bash

This commit is contained in:
cjchin 2018-08-09 04:45:41 +08:00 committed by Caleb Xu
parent 9908bb20c0
commit 5ca727f75e
1 changed files with 1 additions and 0 deletions

View File

@ -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)