[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.2.4 Compound Commands
3.2.4.1 Looping Constructs | Shell commands for iterative action. | |
3.2.4.2 Conditional Constructs | Shell commands for conditional execution. | |
3.2.4.3 Grouping Commands | Ways to group commands. |
Compound commands are the shell programming constructs. Each construct begins with a reserved word or control operator and is terminated by a corresponding reserved word or operator. Any redirections (see section Redirections) associated with a compound command apply to all commands within that compound command unless explicitly overridden.
In most cases a list of commands in a compound command’s description may be separated from the rest of the command by one or more newlines, and may be followed by a newline in place of a semicolon.
Bash provides looping constructs, conditional commands, and mechanisms to group commands and execute them as a unit.
This document was generated on February 28, 2014 using texi2html 5.0.