Correct leading note block and missing .md links

This commit is contained in:
Rawiri Blundell 2023-04-24 23:00:55 +12:00
parent f609eb420b
commit b96f43d100

View File

@ -1,15 +1,10 @@
[](bash4) \~~DISCUSSION:off\~~
# The Bash Hackers Wiki # The Bash Hackers Wiki
![](keywords>bash shell linux scripting) | This wiki is intended to hold documentation of any kind about GNU Bash.
The main motivation was to provide *human-readable documentation* and
\<WRAP center round box 90%\> This wiki is intended to hold information so users aren't forced to read every bit of the Bash manpage -
documentation of any kind about GNU Bash. The main motivation was to which can be difficult to understand. However, the docs here are **not**
provide *human-readable documentation* and information so users aren't meant as a newbie tutorial.
forced to read every bit of the Bash manpage - which can be difficult to
understand. However, the docs here are **not** meant as a newbie
tutorial.
This wiki and any programs found in this wiki are free software: you can This wiki and any programs found in this wiki are free software: you can
redistribute it and/or modify it under the terms of the GNU General redistribute it and/or modify it under the terms of the GNU General
@ -24,18 +19,19 @@ Public License for more details.
You should have received a copy of the GNU General Public License along You should have received a copy of the GNU General Public License along
with this program. If not, see \<<http://www.gnu.org/licenses/>\>. with this program. If not, see \<<http://www.gnu.org/licenses/>\>.
[What would YOU like to see here?](wishes) (outdated and locked, please [What would YOU like to see here?](wishes.md) (outdated and locked, please
use the discussions) use the discussions)
**Stranger!** [Feel free to **Stranger!** [Feel free to
register](http://wiki.bash-hackers.org/start&do=register) and comment or register](http://wiki.bash-hackers.org/start&do=register) and comment or
edit the contents. There is a [Bash Hackers Wiki needs love edit the contents. There is a [Bash Hackers Wiki needs love
page](/meta/need_love) that lists some things to do. The registration is page](/meta/need_love) that lists some things to do. The registration is
only there to prevent SPAM. \</WRAP\> only there to prevent SPAM. |
[ --- ]
## Scripting and general information ## Scripting and general information
- [Bash v4 - a rough overview](bash4) (unmaintained, since Bash 4 is - [Bash v4 - a rough overview](bash4.md) (unmaintained, since Bash 4 is
more or less standard) more or less standard)
- [style](/scripting/style.md) -- an assorted collection of style and optic - [style](/scripting/style.md) -- an assorted collection of style and optic
hints hints
@ -65,7 +61,7 @@ See also [some Bash source code excerpts](/misc/readthesourceluke.md).
- [Editing files with ed(1)](/howto/edit-ed.md) - [Editing files with ed(1)](/howto/edit-ed.md)
- [Collapsing Functions](/howto/collapsing_functions.md) - [Collapsing Functions](/howto/collapsing_functions.md)
- [Illustrated Redirection Tutorial](/howto/redirection_tutorial.md) - [Illustrated Redirection Tutorial](/howto/redirection_tutorial.md)
- [Calculate with dc(1)](/howto/calculate-dc) - [Calculate with dc(1)](/howto/calculate-dc.md)
- [Introduction to pax - the POSIX archiver](/howto/pax.md) - [Introduction to pax - the POSIX archiver](/howto/pax.md)
- [getopts_tutorial](/howto/getopts_tutorial.md) (*under construction!*) - [getopts_tutorial](/howto/getopts_tutorial.md) (*under construction!*)
- [dissectabadoneliner](/howto/dissectabadoneliner.md) An example of a bad - [dissectabadoneliner](/howto/dissectabadoneliner.md) An example of a bad
@ -550,7 +546,7 @@ version \<WRAP column 40%\>
| 4 | 2854 | [classictest](/commands/classictest.md) (March: 6145) | | 4 | 2854 | [classictest](/commands/classictest.md) (March: 6145) |
| 5 | 2222 | [pe](/syntax/pe.md) (March: 4540) | | 5 | 2222 | [pe](/syntax/pe.md) (March: 4540) |
| 6 | 1760 | [posparams](/scripting/posparams.md) (March: 3591) | | 6 | 1760 | [posparams](/scripting/posparams.md) (March: 3591) |
| 7 | 1249 | [bash4](bash4) (March: --) | | 7 | 1249 | [bash4](bash4.md) (March: --) |
| 8 | 1212 | [edit-ed](/howto/edit-ed.md) (March: 2727) | | 8 | 1212 | [edit-ed](/howto/edit-ed.md) (March: 2727) |
| 9 | 1205 | [read](/commands/builtin/read.md) (March: --) | | 9 | 1205 | [read](/commands/builtin/read.md) (March: --) |
| 10 | 1182 | [mutex](/howto/mutex.md) (March: --) | | 10 | 1182 | [mutex](/howto/mutex.md) (March: --) |