Braces
Curly Braces
${variable} # Parameter substitution
${!variable} # Indirect variable reference
{ command1; command2; . . . commandN; } # Block of code
{string1,string2,string3,...} # Brace expansion
{a..z} # Extended brace expansion
{} # Text replacement, after find and xargs