13,420
edits
Changes
→Using Control Flow Statements in Shell Scripts
<table align="right"><tr valign="top"><td>[[Image:logic-1.png|thumb|right|250px|Example of using the '''if''' logic control-flow statement.]]</td><td>[[Image:loop-1.png|thumb|right|250px|Example of using the '''for''' looping control-flow statement.]]</td></table>
<br><br>
There are several logic statements, but we will just concentrate on the if statement.
<pre style="width:20%">