bash: Shell Expansions

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

Menu