Term
|
Definition
A logical construction that can be used in scripts. |
|
|
Term
|
Definition
In shell scripting, a set of commands that is executed only if a specific condition has been met. |
|
|
Term
|
Definition
In shell scripting, one time of many that a conditional loop has been processed until the desired result has been reached. |
|
|
Term
|
Definition
A logical operation where the second command is executed only if the first command is not able to execute. |
|
|
Term
|
Definition
The environment from which a shell script or program is started. Processes or child scripts will inherit settings from this |
|
|
Term
|
Definition
The characters used in a script to indicate which shell should be used for executing the code in the shell script. |
|
|
Term
|
Definition
A shell that is started from another shell. |
|
|
Term
|
Definition
A label that contains a specific value that can be changed dynamically. |
|
|