Lab 7 - Bash Script
Lab 7 - Bash Script
Variable substitution
var='Hello Student'
text=" $var Ahmed"
echo $text
If statements
If statements
For loop
While loop
Functions
To declare a variable:
$a, $A, $a1A.
Variable substitution
var='Hello Student'
text=" $var Ahmed"
echo $text