Bash Features

This chapter describes features unique to Bash.

:    Command line options that you can give to Bash.
:    When and how Bash executes scripts.
:    What an interactive shell is.
:    Primitives used in composing expressions for the test builtin.
:    Arithmetic on shell variables.
:    Substituting one command for another.
:    Array Variables.
:    History of visited directories.
:    Customizing the various prompt strings.
:    A more controlled mode of shell execution.
:    Making Bash behave more closely to what the POSIX standard specifies.