Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

6.11. { } (statement block)

This is the statement block with zero or more statements enclosed within brackets. The following is the general syntax:
{ STMT1 STMT2 ... }
The statement block executes each statement in sequence in the block. Separators or terminators are generally not necessary between statements. The statement block uses the same syntax and semantics as in C.