Shell - Control Operators
Table of Contents
About
A control operator is a command separator and implements
A token that performs a control function.
One or more command separated by a control Operator forms
- a list.
- or a compound command (??)
Articles Related
Symbols
It is one of the following symbols:
Symbol | Pagina |
---|---|
| | Shell Data Processing - Pipe ( command to command redirection) |
& | Bash - Ampersand (&) - (Asynchronous|Parallel) control operator |
&& | Shell - && - AND Boolean operator |
|| | Shell - || - OR Boolean operator |
; | Shell - (semicolon|newline) command delimiter operator |
<newline> | Shell - (semicolon|newline) command delimiter operator |
;; | |
( | Block definition |
) | Block definition |