Bash: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 34: Line 34:
* [[Calling Python from bash#Overview|Calling Python from bash]]
* [[Calling Python from bash#Overview|Calling Python from bash]]
* [[Shebang#Overview|Shebang]]
* [[Shebang#Overview|Shebang]]
* [[shellcheck]]


=Built-In Commands=
=Built-In Commands=

Revision as of 17:30, 12 June 2023

External

Installation

bash Installation

Subjects

Built-In Commands

https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Bash-Builtins
set for printf if declare typeset type read shift test eval exec trap shopt source history fc mapfile dirs/pushd/popd

Job-Control Builtins

fg bg jobs kill wait disown suspend

More about builtins:

Builtins

External Commands

tail

bash Script Library