Bash: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 37: Line 37:


{|
{|
| [[bash set|set]] ||  [[bash for|for]] ||  [[bash printf|printf]] || [[bash if|if]] || [[bash declare/typeset|declare]] || [[bash declare/typeset|typeset]] || [[bash type|type]] || [[bash read|read]] || [[bash shift|shift]] [[bash test|test]] || [[bash eval|eval]] || [[bash exec|exec]] || [[trap]] || [[shopt]] || [[bash source|source]] || [[bash history|history]] || [[bash fc|fc]] [[mapfile]] [[pushd/popd]]
| [[bash set|set]] ||  [[bash for|for]] ||  [[bash printf|printf]] || [[bash if|if]] || [[bash declare/typeset|declare]] || [[bash declare/typeset|typeset]] || [[bash type|type]] || [[bash read|read]] || [[bash shift|shift]] [[bash test|test]] || [[bash eval|eval]] || [[bash exec|exec]] || [[trap]] || [[shopt]] || [[bash source|source]] || [[bash history|history]] || [[bash fc|fc]] [[mapfile]] [[bash Directory Manipulation Built-in Commands|Directory manipulation built-in commands (dirs/pushd/popd)]]
|}
|}



Revision as of 04:47, 6 January 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 Directory manipulation built-in commands (dirs/pushd/popd)

Job-Control Builtins

fg bg jobs kill wait disown suspend

More about builtins:

Builtins

External Commands

tail

bash Script Library