bash: Shell Expansions

 
 3.5 Shell Expansions
 ====================
 
 Expansion is performed on the command line after it has been split into
 'token's.  There are seven kinds of expansion performed:
 
    * brace expansion
    * tilde expansion
    * parameter and variable expansion
    * command substitution
    * arithmetic expansion
    * word splitting
    * filename expansion
 

Menu