Bash: Difference between revisions

From wikinotes
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The bourne again shell (BASH) is the most common linux shell.
The bourne again shell (BASH) is a common shell.


= Documentation =
= Documentation =
Line 27: Line 27:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!--  -->
</blockquote><!--  -->
= Intro/Reference =
<blockquote>
{|
|-
| [[bash basics]]
|-
| [[bash configuration]]
|-
|}
</blockquote><!-- Intro/Reference -->


= Bash Libraries =
= Bash Libraries =
Line 37: Line 48:
</blockquote><!-- Bash Libraries -->
</blockquote><!-- Bash Libraries -->


= Basics =
= Syntax =
<blockquote>
<blockquote>
{|
{|
|-
| [[bash configuration]]
|-
| [[bash basics]]
|-
|-
| [[bash variables]]
| [[bash variables]]
Line 52: Line 59:
|-
|-
| [[bash functions]]
| [[bash functions]]
|-
| [[bash functional]]
|-
|-
| [[bash arguments]]
| [[bash arguments]]
Line 76: Line 81:
|-
|-
| [[bash ansi escape codes]]
| [[bash ansi escape codes]]
|}
</blockquote><!-- Syntax -->
= Features =
<blockquote>
{|
|-
| [[bash random]]
|-
| [[bash functional]]
|-
|}
</blockquote><!-- Features -->
= Tools =
<blockquote>
{|
|-
|-
| [[bash profiling]]
| [[bash profiling]]
Line 82: Line 104:
|-
|-
|}
|}
</blockquote><!-- Basics -->
</blockquote><!-- Tools -->


= Other =
= Other =

Revision as of 16:49, 11 December 2022