Bash: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 71: Line 71:
* [[Bash Self-Extracting Shell Script|Self-Extracting Shell Script]]
* [[Bash Self-Extracting Shell Script|Self-Extracting Shell Script]]
* [[Bash Timeout Loop|Timeout Loop]]
* [[Bash Timeout Loop|Timeout Loop]]
* [[Return Multiple Values from a Function using an Associative Array]]
* [[Bash Return Multiple Values from a Function using an Associative Array|Return Multiple Values from a Function using an Associative Array]]

Revision as of 03:11, 5 January 2021

External

Installation

bash Installation

Subjects

Built-In Commands

set for printf if declare typeset type read shift test eval exec trap shopt source history fc

Job-Control Builtins

fg bg jobs kill wait disown suspend

More about builtins:

Builtins

External Commands

tail

bash Script Library