Bash: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 32: Line 32:
* [[bash Prompt|bash Prompt]]
* [[bash Prompt|bash Prompt]]
* [[bash Time|bash Time]]
* [[bash Time|bash Time]]
* [[Calling Python from bash#Overview|Calling Python from bash]]


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

Revision as of 21:12, 15 February 2022

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