Bash: Difference between revisions

From wikinotes
No edit summary
Line 9: Line 9:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= 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><!--  -->


= Bash Libraries =
= Bash Libraries =

Revision as of 12:58, 2 April 2022