Bash: Difference between revisions

From wikinotes
No edit summary
(4 intermediate revisions 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 9: Line 9:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
== Tutorials ==
<blockquote>
{| class="wikitable"
|-
| bash one liners || https://github.com/onceupon/Bash-Oneliner
|-
|}
</blockquote><!-- Tutorials -->
= Builtin Docs =
<blockquote>
Info pages are the easiest way to grab information about bash builtins.
<syntaxhighlight lang="bash">
info bash  # show infopage
/readarray  # searchterm
</syntaxhighlight>
</blockquote><!--  -->
= Intro/Reference =
<blockquote>
{|
|-
| [[bash basics]]
|-
| [[bash configuration]]
|-
|}
</blockquote><!-- Intro/Reference -->


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


= Basics =
= Syntax =
<blockquote>
<blockquote>
{|
{|
|-
| [[bash configuration]]
|-
| [[bash basics]]
|-
|-
| [[bash variables]]
| [[bash variables]]
Line 34: Line 59:
|-
|-
| [[bash functions]]
| [[bash functions]]
|-
| [[bash functional]]
|-
|-
| [[bash arguments]]
| [[bash arguments]]
Line 58: 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 64: Line 104:
|-
|-
|}
|}
</blockquote><!-- Basics -->
</blockquote><!-- Tools -->


= Other =
= Other =
Line 73: Line 113:
|-
|-
| [[Programs: coreutils]]
| [[Programs: coreutils]]
|-
| [[Programs: shell libraries]]
|-
|-
|}
|}
</blockquote><!-- Other -->
</blockquote><!-- Other -->

Revision as of 16:49, 11 December 2022