Compound commands provide control flow for other commands. Each compound command starts with a reserved word and has a corresponding reserved word at the end.
For more information about the compound commands supported by qsh, see the following topics:
Grouping commands
Select this link to view information about the grouping commands.If command
Select this link to view information about the if-then-else-fi command.Conditional command
Select this link to view information about the conditional command.Case command
Select this link to view information about the case-esac command.Select command
Select this link to view information about the select-do-done command.While command
Select this link to view information about the while-do-done command.Until command
Select this link to view information about the until-do-done command.For command
Select this link to view information about the for-do-done command.Functions
Select this link to view information about functions.