[prev] [index] [next]

Sequential Execution

Combine commands in pipelines and AND and OR lists.

Commands executed sequentially if separated by semicolon or newline.

cmd1 ; cmd2 ; ... ; cmdn
or
cmd1
cmd2
...
cmdn