Bash: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 67: Line 67:
* [[Bash_read#Confirmation_to_Proceed|Interactively Read Input from stdin]]
* [[Bash_read#Confirmation_to_Proceed|Interactively Read Input from stdin]]
* [[Bash_Parameters_and_Variables#Booleans|Recommended pattern for boolean values in scripts]]
* [[Bash_Parameters_and_Variables#Booleans|Recommended pattern for boolean values in scripts]]
* [[Bash Listing Files in a Directory|Listing files in a directory]]
* [[Bash Listing Files in a Directory and Testing whether Specific Files Exist in Directories|Listing Files in a Directory and Testing whether Specific Files Exist in Directories]]
* [[Bash Determine whether a Variable Contains Spaces|Determine whether a Variable Contains Spaces]]
* [[Bash Determine whether a Variable Contains Spaces|Determine whether a Variable Contains Spaces]]
* [[Bash Trim|Trim]]
* [[Bash Trim|Trim]]

Revision as of 23:27, 1 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