Navigation
index
next
|
previous
|
TCCM-course: linux/bash 2.1.0 documentation
»
7.
Shell Scripts
»
7.3.
Elements of shell-scripts
7.3.
Elements of shell-scripts
¶
7.3.1. Shell-scripts
7.3.2. Exit code
7.3.3. Conditionals
7.3.3.1. case
7.3.3.2. if then else
7.3.3.3.
;
,
&&
and
||
construction
7.3.4. Loops
7.3.4.1. While- and Until-loop
7.3.4.2. For-loop
7.3.5. Arguments
7.3.6. Functions
7.3.6.1. Functions
7.3.6.2. Passing parameters
7.3.6.3. Returning values from functions
7.3.6.4. Scope of variables
7.3.6.5. Use of functions
Previous topic
7.2.9.
Eval command
Next topic
7.3.1.
Shell-scripts
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
TCCM-course: linux/bash 2.1.0 documentation
»
7.
Shell Scripts
»
7.3.
Elements of shell-scripts