Bash Features (Bash Reference Manual)
PreviousBash Conditional Expressions (Bash Reference Manual)NextBash History Builtins (Bash Reference Manual)
Last updated
Was this helpful?
Last updated
Was this helpful?
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.