13,420
edits
Changes
→Additional Logic Statements
Example:
<span style="font-family:courier;">num1=5<br>num2=10<br>if test $num1 –lt $num2<br>then<br> echo “Less Than”<br>else<br>echo “Greater Than or Equal to”<br>fi</span>
===Additional Loop Statements===